* [2.6 patch] net/atm/ioctl.c should #include "common.h"
@ 2005-09-02 21:24 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-09-02 21:24 UTC (permalink / raw)
To: chas; +Cc: linux-atm-general, netdev, linux-kernel
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>
--- linux-2.6.13-mm1-full/net/atm/ioctl.c.old 2005-09-02 23:01:46.000000000 +0200
+++ linux-2.6.13-mm1-full/net/atm/ioctl.c 2005-09-02 23:17:06.000000000 +0200
@@ -21,6 +21,7 @@
#include "resources.h"
#include "signaling.h" /* for WAITING and sigd_attach */
+#include "common.h"
static DECLARE_MUTEX(ioctl_mutex);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-02 21:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 21:24 [2.6 patch] net/atm/ioctl.c should #include "common.h" Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).