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-- 1.2 KB
Makefile -rw-r--r-- 237 bytes
core.c -rw-r--r-- 29.0 KB
input.c -rw-r--r-- 8.8 KB
rfkill-gpio.c -rw-r--r-- 6.0 KB
rfkill-regulator.c -rw-r--r-- 3.7 KB
rfkill.h -rw-r--r-- 740 bytes

back to top