diff options
Diffstat (limited to 'include/linux/atmdev.h')
-rw-r--r-- | include/linux/atmdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/atmdev.h b/include/linux/atmdev.h index f4ff882cb2da..06fd4bbc58f6 100644 --- a/include/linux/atmdev.h +++ b/include/linux/atmdev.h | |||
@@ -213,10 +213,10 @@ struct atm_cirange { | |||
213 | 213 | ||
214 | #ifdef __KERNEL__ | 214 | #ifdef __KERNEL__ |
215 | 215 | ||
216 | #include <linux/device.h> | ||
217 | #include <linux/wait.h> /* wait_queue_head_t */ | 216 | #include <linux/wait.h> /* wait_queue_head_t */ |
218 | #include <linux/time.h> /* struct timeval */ | 217 | #include <linux/time.h> /* struct timeval */ |
219 | #include <linux/net.h> | 218 | #include <linux/net.h> |
219 | #include <linux/bug.h> | ||
220 | #include <linux/skbuff.h> /* struct sk_buff */ | 220 | #include <linux/skbuff.h> /* struct sk_buff */ |
221 | #include <linux/uio.h> | 221 | #include <linux/uio.h> |
222 | #include <net/sock.h> | 222 | #include <net/sock.h> |
@@ -249,6 +249,7 @@ struct k_atm_dev_stats { | |||
249 | struct k_atm_aal_stats aal5; | 249 | struct k_atm_aal_stats aal5; |
250 | }; | 250 | }; |
251 | 251 | ||
252 | struct device; | ||
252 | 253 | ||
253 | enum { | 254 | enum { |
254 | ATM_VF_ADDR, /* Address is in use. Set by anybody, cleared | 255 | ATM_VF_ADDR, /* Address is in use. Set by anybody, cleared |