]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/eisa.h
[PATCH] Kbuild: add 3 more header files to get properly "unifdef"ed
[linux-2.6-omap-h63xx.git] / include / linux / eisa.h
index 4079242dced874a79caf77bb86313a5e1a658bd6..1ff7c1392525884b0f7ee005ae21ff822b01ae56 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <linux/ioport.h>
 #include <linux/device.h>
+#include <linux/mod_devicetable.h>
 
-#define EISA_SIG_LEN   8
 #define EISA_MAX_SLOTS 8
 
 #define EISA_MAX_RESOURCES 4
 #define EISA_CONFIG_ENABLED         1
 #define EISA_CONFIG_FORCED          2
 
-/* The EISA signature, in ASCII form, null terminated */
-struct eisa_device_id {
-       char          sig[EISA_SIG_LEN];
-       unsigned long driver_data;
-};
-
 /* There is not much we can say about an EISA device, apart from
  * signature, slot number, and base address. dma_mask is set by
  * default to parent device mask..*/