Skip to content

Commit

Permalink
[PATCH] Owner field additions to many i2c drivers, 3 of 5
Browse files Browse the repository at this point in the history
This patch updates the .owner field for various struct xxxx_driver
variables which are available on PPC_MAC arch.

This one was _not_ even compile-tested...

Signed-off-by: Laurent Riffard <laurent.riffard@free.fr>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Laurent Riffard authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 0cf3628 commit e78f857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/i2c/busses/i2c-keywest.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ static struct of_device_id i2c_keywest_match[] =

static struct macio_driver i2c_keywest_macio_driver =
{
.owner = THIS_MODULE,
.name = "i2c-keywest",
.match_table = i2c_keywest_match,
.probe = create_iface_macio,
Expand All @@ -724,6 +725,7 @@ static struct macio_driver i2c_keywest_macio_driver =

static struct of_platform_driver i2c_keywest_of_platform_driver =
{
.owner = THIS_MODULE,
.name = "i2c-keywest",
.match_table = i2c_keywest_match,
.probe = create_iface_of_platform,
Expand Down

0 comments on commit e78f857

Please sign in to comment.