Skip to content

Commit

Permalink
ehea: add MODULE_DEVICE_TABLE
Browse files Browse the repository at this point in the history
Required to allow distros to easily detect when ehea
module needs to be loaded

Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Jan-Bernd Themann authored and Jeff Garzik committed Jul 4, 2008
1 parent 5c2cec1 commit b0afffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ static struct of_device_id ehea_device_table[] = {
},
{},
};
MODULE_DEVICE_TABLE(of, ehea_device_table);

static struct of_platform_driver ehea_driver = {
.name = "ehea",
Expand Down

0 comments on commit b0afffe

Please sign in to comment.