Skip to content

Commit

Permalink
[ATM]: linux/config.h only needed for #ifdef __KERNEL__ section
Browse files Browse the repository at this point in the history
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Chas Williams authored and davem330 committed Nov 30, 2005
1 parent 50accc9 commit 5045b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/atmdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#define LINUX_ATMDEV_H


#include <linux/config.h>
#include <linux/atmapi.h>
#include <linux/atm.h>
#include <linux/atmioc.h>
Expand Down Expand Up @@ -210,6 +209,7 @@ struct atm_cirange {

#ifdef __KERNEL__

#include <linux/config.h>
#include <linux/wait.h> /* wait_queue_head_t */
#include <linux/time.h> /* struct timeval */
#include <linux/net.h>
Expand Down

0 comments on commit 5045b6d

Please sign in to comment.