[PATCH] I2C: Make i2c_add_driver automatically set the proper module owner
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Dec 2005 23:33:15 +0000 (15:33 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 6 Jan 2006 06:16:24 +0000 (22:16 -0800)
This prevents i2c drivers from messing up and forgetting to set the
module owner of their driver.  It also reduces the size of their drivers
by one line :)

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Jean Delvare <khali@linux-fr.org>

No differences found