]> git.neil.brown.name Git - history.git/commit
[PATCH] I2C: fix i2c-prosavage.c section usage
authorRandy Dunlap <rddunlap@osdl.org>
Tue, 9 Mar 2004 06:59:37 +0000 (22:59 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 9 Mar 2004 06:59:37 +0000 (22:59 -0800)
commit5ed3593cf10b41e1e4ade36ff641bb4fc4dd03b5
tree807eb7d763ce6317f3f45ce52aadbb1daa6e4f4a
parent90d1a336f123cfc04deb2f9a94099e907faeb624
[PATCH] I2C: fix i2c-prosavage.c section usage

prosavage_remove() is called during init, so it shouldn't be
marked as exit code.  (It matters when CONFIG_HOTPLUG=n.)
drivers/i2c/busses/i2c-prosavage.c