aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index e6353cafbf05..b6f6efbcfc74 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1132,7 +1132,7 @@ struct net_device {
1132 unsigned long mem_end; /* shared mem end */ 1132 unsigned long mem_end; /* shared mem end */
1133 unsigned long mem_start; /* shared mem start */ 1133 unsigned long mem_start; /* shared mem start */
1134 unsigned long base_addr; /* device I/O address */ 1134 unsigned long base_addr; /* device I/O address */
1135 unsigned int irq; /* device IRQ number */ 1135 int irq; /* device IRQ number */
1136 1136
1137 /* 1137 /*
1138 * Some hardware also needs these fields, but they are not 1138 * Some hardware also needs these fields, but they are not