]> git.baikalelectronics.ru Git - kernel.git/commit
net: au1000_eth: add missing capability.h
authorManuel Lauss <manuel.lauss@googlemail.com>
Sat, 17 Oct 2009 02:00:07 +0000 (02:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2009 04:51:27 +0000 (21:51 -0700)
commit3a6c4efa7a9fc8e541b03cdcec727a3c2a48588e
tree137507b803ceea5905c004cd44308da94d9dbd29
parenta33917c91356401faa722e5d71c82154473b11f0
net: au1000_eth: add missing capability.h

fixes the following build failure:
  CC      drivers/net/au1000_eth.o
/drivers/net/au1000_eth.c: In function 'au1000_set_settings':
/drivers/net/au1000_eth.c:623: error: implicit declaration of function 'capable'
/drivers/net/au1000_eth.c:623: error: 'CAP_NET_ADMIN' undeclared (first use in this function)
/drivers/net/au1000_eth.c:623: error: (Each undeclared identifier is reported only once
/drivers/net/au1000_eth.c:623: error: for each function it appears in.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/au1000_eth.c