aboutsummaryrefslogtreecommitdiff
path: root/net/atm/ioctl.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-09-05 18:04:28 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-05 18:04:28 -0700
commit295098e9f4822aecdddd4cab05705f1ee63bc3f4 (patch)
treeda20ac6c4e874aa447a556c0683248186967dd44 /net/atm/ioctl.c
parent74da1edf264c5982b465041a5706caff25d7e1ed (diff)
[ATM]: net/atm/ioctl.c should #include "common.h"
Every file should #include the header files containing the prototypes of it's global functions. common.h contains the prototype for vcc_ioctl(). Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/ioctl.c')
-rw-r--r--net/atm/ioctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/atm/ioctl.c b/net/atm/ioctl.c
index 4dbb5af34a5..d89056ec44d 100644
--- a/net/atm/ioctl.c
+++ b/net/atm/ioctl.c
@@ -21,6 +21,7 @@
#include "resources.h"
#include "signaling.h" /* for WAITING and sigd_attach */
+#include "common.h"
static DECLARE_MUTEX(ioctl_mutex);