|
@@ -12,15 +12,13 @@
|
|
#include <linux/mod_devicetable.h>
|
|
#include <linux/mod_devicetable.h>
|
|
#include <asm/fcx.h>
|
|
#include <asm/fcx.h>
|
|
#include <asm/irq.h>
|
|
#include <asm/irq.h>
|
|
|
|
+#include <asm/schid.h>
|
|
|
|
|
|
/* structs from asm/cio.h */
|
|
/* structs from asm/cio.h */
|
|
struct irb;
|
|
struct irb;
|
|
struct ccw1;
|
|
struct ccw1;
|
|
struct ccw_dev_id;
|
|
struct ccw_dev_id;
|
|
|
|
|
|
-/* from asm/schid.h */
|
|
|
|
-struct subchannel_id;
|
|
|
|
-
|
|
|
|
/* simplified initializers for struct ccw_device:
|
|
/* simplified initializers for struct ccw_device:
|
|
* CCW_DEVICE and CCW_DEVICE_DEVTYPE initialize one
|
|
* CCW_DEVICE and CCW_DEVICE_DEVTYPE initialize one
|
|
* entry in your MODULE_DEVICE_TABLE and set the match_flag correctly */
|
|
* entry in your MODULE_DEVICE_TABLE and set the match_flag correctly */
|