diff options
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r-- | include/linux/mod_devicetable.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 92aef8aaef1a..88046b622052 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
@@ -445,17 +445,6 @@ struct spi_device_id { | |||
445 | __attribute__((aligned(sizeof(kernel_ulong_t)))); | 445 | __attribute__((aligned(sizeof(kernel_ulong_t)))); |
446 | }; | 446 | }; |
447 | 447 | ||
448 | /* mcp */ | ||
449 | |||
450 | #define MCP_NAME_SIZE 20 | ||
451 | #define MCP_MODULE_PREFIX "mcp:" | ||
452 | |||
453 | struct mcp_device_id { | ||
454 | char name[MCP_NAME_SIZE]; | ||
455 | kernel_ulong_t driver_data /* Data private to the driver */ | ||
456 | __attribute__((aligned(sizeof(kernel_ulong_t)))); | ||
457 | }; | ||
458 | |||
459 | /* dmi */ | 448 | /* dmi */ |
460 | enum dmi_field { | 449 | enum dmi_field { |
461 | DMI_NONE, | 450 | DMI_NONE, |