https://github.com/torvalds/linux
Revision 4ebb52d34fac2904e541ccfa8e32126db836fa92 authored by Uwe Kleine-Koenig on 24 September 2008, 11:39:21 UTC, committed by Jean Delvare on 24 September 2008, 11:39:21 UTC
__devexit for i2c_powermac_probe is obviously wrong.  In the definition
of struct platform_driver i2c_powermac_driver the remove function
i2c_powermac_remove is wrapped in __devexit_p, so it should be defined
using __devexit.

Signed-off-by: Uwe Kleine-Koenig <ukleinek@informatik.uni-freiburg.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
1 parent fb478da
History
Tip revision: 4ebb52d34fac2904e541ccfa8e32126db836fa92 authored by Uwe Kleine-Koenig on 24 September 2008, 11:39:21 UTC
i2c-powermac: Fix section for probe and remove functions
Tip revision: 4ebb52d
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 99.5 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top