Revision af0d5cb908f7f9adeb5d3d3dbef64c644bb6809c authored by Arnd Bergmann on 05 June 2010, 20:52:21 UTC, committed by Frederic Weisbecker on 08 June 2010, 20:23:21 UTC
Commit 55929332c92 "drivers: Push down BKL into various drivers"
introduced a regression in hp_sdc_rtc, caused by a missing
change of the .unlocked_ioctl pointer to the newly introduced
function.

Fixes:

	drivers/input/misc/hp_sdc_rtc.c:681: warning: initialization from
	incompatible pointer type
	drivers/input/misc/hp_sdc_rtc.c:665: warning:
	‘hp_sdc_rtc_unlocked_ioctl’ defined but not used

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
1 parent e44a21b
History
File Mode Size
include
ss
.gitignore -rw-r--r-- 25 bytes
Kconfig -rw-r--r-- 5.1 KB
Makefile -rw-r--r-- 728 bytes
avc.c -rw-r--r-- 20.5 KB
exports.c -rw-r--r-- 1.7 KB
hooks.c -rw-r--r-- 139.8 KB
netif.c -rw-r--r-- 7.6 KB
netlabel.c -rw-r--r-- 12.2 KB
netlink.c -rw-r--r-- 2.4 KB
netnode.c -rw-r--r-- 8.7 KB
netport.c -rw-r--r-- 7.1 KB
nlmsgtab.c -rw-r--r-- 6.3 KB
selinuxfs.c -rw-r--r-- 37.8 KB
xfrm.c -rw-r--r-- 10.6 KB

back to top