Move the private struct definition and the #include of the
low-level support code to prepare for merging the code in
hwdrv_apci3501.c into the driver.

Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/comedi/drivers/addi_apci_3501.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/staging/comedi/drivers/addi_apci_3501.c 
b/drivers/staging/comedi/drivers/addi_apci_3501.c
index 6207622..a7527a2 100644
--- a/drivers/staging/comedi/drivers/addi_apci_3501.c
+++ b/drivers/staging/comedi/drivers/addi_apci_3501.c
@@ -13,15 +13,6 @@
 #define APCI3501_DO_REG                                0x40
 #define APCI3501_DI_REG                                0x50
 
-struct apci3501_private {
-       int i_IobaseAmcc;
-       struct task_struct *tsk_Current;
-       unsigned char b_TimerSelectMode;
-       unsigned char b_InterruptMode;
-};
-
-#include "addi-data/hwdrv_apci3501.c"
-
 /*
  * AMCC S5933 NVRAM
  */
@@ -42,6 +33,15 @@ struct apci3501_private {
 #define EEPROM_WATCHDOG                        5
 #define EEPROM_TIMER_WATCHDOG_COUNTER  10
 
+struct apci3501_private {
+       int i_IobaseAmcc;
+       struct task_struct *tsk_Current;
+       unsigned char b_TimerSelectMode;
+       unsigned char b_InterruptMode;
+};
+
+#include "addi-data/hwdrv_apci3501.c"
+
 static int apci3501_di_insn_bits(struct comedi_device *dev,
                                 struct comedi_subdevice *s,
                                 struct comedi_insn *insn,
-- 
1.8.1.1.293.gfe73786

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to