linux-stable-rt/net
Olof Johansson eea49cc900 af_packet: de-inline some helper functions
This popped some compiler errors due to mismatched prototypes. Just
remove most manual inlines, the compiler should be able to figure out
what makes sense to inline and not.

net/packet/af_packet.c:252: warning: 'prb_curr_blk_in_use' declared inline after being called
net/packet/af_packet.c:252: warning: previous declaration of 'prb_curr_blk_in_use' was here
net/packet/af_packet.c:258: warning: 'prb_queue_frozen' declared inline after being called
net/packet/af_packet.c:258: warning: previous declaration of 'prb_queue_frozen' was here
net/packet/af_packet.c:248: warning: 'packet_previous_frame' declared inline after being called
net/packet/af_packet.c:248: warning: previous declaration of 'packet_previous_frame' was here
net/packet/af_packet.c:251: warning: 'packet_increment_head' declared inline after being called
net/packet/af_packet.c:251: warning: previous declaration of 'packet_increment_head' was here

Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Chetan Loke <loke.chetan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-03 18:11:51 -04:00
..
9p
802
8021q vlan: Don't propagate flag changes on down interfaces. 2011-11-01 17:51:03 -04:00
appletalk
atm
ax25
batman-adv Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-merge 2011-10-30 03:05:07 -04:00
bluetooth
bridge netfilter: Remove unnecessary OOM logging messages 2011-11-01 09:19:49 +01:00
caif
can
ceph
core net: Add back alignment for size for __alloc_skb 2011-11-03 18:09:16 -04:00
dcb
dccp net: add missing bh_unlock_sock() calls 2011-11-03 18:06:18 -04:00
decnet
dns_resolver
dsa
econet
ethernet
ieee802154
ipv4 net: add missing bh_unlock_sock() calls 2011-11-03 18:06:18 -04:00
ipv6 net: make the tcp and udp file_operations for the /proc stuff const 2011-11-01 17:56:14 -04:00
ipx
irda Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty 2011-10-26 15:11:09 +02:00
iucv
key
l2tp l2tp: fix race in l2tp_recv_dequeue() 2011-11-03 18:02:13 -04:00
lapb
llc
mac80211
netfilter netfilter: do not propagate nf_queue errors in nf_hook_slow 2011-11-01 09:57:21 +01:00
netlabel
netlink
netrom
nfc treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
packet af_packet: de-inline some helper functions 2011-11-03 18:11:51 -04:00
phonet
rds treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
rfkill
rose
rxrpc
sched
sctp ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT 2011-10-27 00:44:35 -04:00
sunrpc treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
tipc
unix
wanrouter
wimax
wireless
x25 x25: Fix NULL dereference in x25_recvmsg 2011-11-02 00:49:49 -04:00
xfrm
Kconfig
Makefile
compat.c
nonet.c
socket.c
sysctl_net.c