diff options
Diffstat (limited to 'include/linux/mod_devicetable.h')
| -rw-r--r-- | include/linux/mod_devicetable.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 3f74ef2281e8..694cebb50f72 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -674,8 +674,6 @@ struct ulpi_device_id {   * struct fsl_mc_device_id - MC object device identifier   * @vendor: vendor ID   * @obj_type: MC object type - * @ver_major: MC object version major number - * @ver_minor: MC object version minor number   *   * Type of entries in the "device Id" table for MC object devices supported by   * a MC object device driver. The last entry of the table has vendor set to 0x0 |