]> git.baikalelectronics.ru Git - kernel.git/commit
[ATM]: net/atm/ioctl.c should #include "common.h"
authorAdrian Bunk <bunk@stusta.de>
Tue, 6 Sep 2005 01:04:28 +0000 (18:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2005 01:04:28 +0000 (18:04 -0700)
commitd17318daffa00808c11559e0f62e60b5271a706a
treeda20ac6c4e874aa447a556c0683248186967dd44
parent192b1f99055c6d6ee4e552b0f418e63689569d98
[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>
net/atm/ioctl.c