Revision b89d607b590397c04b63d94a9e2fca9649917955 authored by Russell King on 05 July 2012, 12:06:32 UTC, committed by Russell King on 05 July 2012, 12:06:32 UTC
Fix:
net/netfilter/xt_connbytes.c: In function 'connbytes_mt':
net/netfilter/xt_connbytes.c:43: warning: passing argument 1 of 'atomic64_read' discards qualifiers from pointer target type
...

by adding the missing const.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent f8b435b
History
File Mode Size
Kconfig -rw-r--r-- 901 bytes
Makefile -rw-r--r-- 141 bytes
lapb_iface.c -rw-r--r-- 8.9 KB
lapb_in.c -rw-r--r-- 15.0 KB
lapb_out.c -rw-r--r-- 5.0 KB
lapb_subr.c -rw-r--r-- 7.7 KB
lapb_timer.c -rw-r--r-- 4.2 KB

back to top