Loading arch/x86/kernel/scx200_32.c +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ MODULE_DESCRIPTION("NatSemi SCx200 Driver"); MODULE_LICENSE("GPL"); unsigned scx200_gpio_base = 0; long scx200_gpio_shadow[2]; unsigned long scx200_gpio_shadow[2]; unsigned scx200_cb_base = 0; Loading drivers/atm/ambassador.h +1 −1 Original line number Diff line number Diff line Loading @@ -626,7 +626,7 @@ typedef struct { struct amb_dev { u8 irq; long flags; unsigned long flags; u32 iobase; u32 * membase; Loading drivers/atm/horizon.h +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ struct hrz_dev { wait_queue_head_t tx_queue; u8 irq; long flags; unsigned long flags; u8 tx_last; u8 tx_idle; Loading drivers/char/dsp56k.c +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ static int sizeof_bootstrap = 375; static struct dsp56k_device { long in_use; unsigned long in_use; long maxio, timeout; int tx_wsize, rx_wsize; } dsp56k; Loading drivers/char/rio/host.h +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ struct Host { struct UnixRup UnixRups[MAX_RUP + LINKS_PER_UNIT]; int timeout_id; /* For calling 100 ms delays */ int timeout_sem; /* For calling 100 ms delays */ long locks; /* long req'd for set_bit --RR */ unsigned long locks; /* long req'd for set_bit --RR */ char ____end_marker____; }; #define Control CardP->DpControl Loading Loading
arch/x86/kernel/scx200_32.c +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ MODULE_DESCRIPTION("NatSemi SCx200 Driver"); MODULE_LICENSE("GPL"); unsigned scx200_gpio_base = 0; long scx200_gpio_shadow[2]; unsigned long scx200_gpio_shadow[2]; unsigned scx200_cb_base = 0; Loading
drivers/atm/ambassador.h +1 −1 Original line number Diff line number Diff line Loading @@ -626,7 +626,7 @@ typedef struct { struct amb_dev { u8 irq; long flags; unsigned long flags; u32 iobase; u32 * membase; Loading
drivers/atm/horizon.h +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ struct hrz_dev { wait_queue_head_t tx_queue; u8 irq; long flags; unsigned long flags; u8 tx_last; u8 tx_idle; Loading
drivers/char/dsp56k.c +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ static int sizeof_bootstrap = 375; static struct dsp56k_device { long in_use; unsigned long in_use; long maxio, timeout; int tx_wsize, rx_wsize; } dsp56k; Loading
drivers/char/rio/host.h +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ struct Host { struct UnixRup UnixRups[MAX_RUP + LINKS_PER_UNIT]; int timeout_id; /* For calling 100 ms delays */ int timeout_sem; /* For calling 100 ms delays */ long locks; /* long req'd for set_bit --RR */ unsigned long locks; /* long req'd for set_bit --RR */ char ____end_marker____; }; #define Control CardP->DpControl Loading