Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5045b6d3 authored by Chas Williams's avatar Chas Williams Committed by David S. Miller
Browse files

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

parent 50accc9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
#define LINUX_ATMDEV_H


#include <linux/config.h>
#include <linux/atmapi.h>
#include <linux/atm.h>
#include <linux/atmioc.h>
@@ -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>