please apply to 2.6 -- thanks! [ATM]: linux/config.h only needed for #ifdef __KERNEL__ section
Signed-off-by: Chas Williams <[EMAIL PROTECTED]> --- commit 76033f818bc407a871d82a69d60b3a6995c70ae8 tree bdbed6e0ad50e7bdf237f7b3c6fa3182d0dd171e parent 3bce08ae95300db3031280bed31ec8c92e915eaa author chas williams <[EMAIL PROTECTED](none)> Fri, 25 Nov 2005 20:29:37 -0500 committer chas williams <[EMAIL PROTECTED](none)> Fri, 25 Nov 2005 20:29:37 -0500 include/linux/atmdev.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/atmdev.h b/include/linux/atmdev.h --- a/include/linux/atmdev.h +++ b/include/linux/atmdev.h @@ -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> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html