diff options
Diffstat (limited to 'include/linux/atmdev.h')
-rw-r--r-- | include/linux/atmdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/atmdev.h b/include/linux/atmdev.h index f4ff882cb2da..52c940935bd1 100644 --- a/include/linux/atmdev.h +++ b/include/linux/atmdev.h | |||
@@ -213,7 +213,6 @@ 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> |
@@ -249,6 +248,7 @@ struct k_atm_dev_stats { | |||
249 | struct k_atm_aal_stats aal5; | 248 | struct k_atm_aal_stats aal5; |
250 | }; | 249 | }; |
251 | 250 | ||
251 | struct device; | ||
252 | 252 | ||
253 | enum { | 253 | enum { |
254 | ATM_VF_ADDR, /* Address is in use. Set by anybody, cleared | 254 | ATM_VF_ADDR, /* Address is in use. Set by anybody, cleared |