[ATM]: linux/config.h only needed for #ifdef __KERNEL__ section

Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Chas Williams and committed by David S. Miller 5045b6d3 50accc9c

+1 -1
+1 -1
include/linux/atmdev.h
··· 7 7 #define LINUX_ATMDEV_H 8 8 9 9 10 - #include <linux/config.h> 11 10 #include <linux/atmapi.h> 12 11 #include <linux/atm.h> 13 12 #include <linux/atmioc.h> ··· 209 210 210 211 #ifdef __KERNEL__ 211 212 213 + #include <linux/config.h> 212 214 #include <linux/wait.h> /* wait_queue_head_t */ 213 215 #include <linux/time.h> /* struct timeval */ 214 216 #include <linux/net.h>