projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74da1ed
)
[ATM]: net/atm/ioctl.c should #include "common.h"
author
Adrian Bunk
<bunk@stusta.de>
Tue, 6 Sep 2005 01:04:28 +0000
(18:04 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 6 Sep 2005 01:04:28 +0000
(18:04 -0700)
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>
net/atm/ioctl.c
patch
|
blob
|
history
diff --git
a/net/atm/ioctl.c
b/net/atm/ioctl.c
index 4dbb5af34a5ed6bb67fae64501d96cbe04147593..d89056ec44d4ff11a842b045a8403253151cdae4 100644
(file)
--- 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);