https://github.com/torvalds/linux
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
Tip revision: b89d607b590397c04b63d94a9e2fca9649917955 authored by Russell King on 05 July 2012, 12:06:32 UTC
ARM: fix warnings about atomic64_read
Tip revision: b89d607
File Mode Size
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 125 bytes
patchlevel -rw-r--r-- 6 bytes
wanmain.c -rw-r--r-- 19.1 KB
wanproc.c -rw-r--r-- 9.1 KB

back to top