Skip to content

Commit

Permalink
PCI: ibmphp_core.c: fix warning due to missing module_exit()
Browse files Browse the repository at this point in the history
drivers/pci/hotplug/ibmphp_core.c:1414: warning: `ibmphp_exit' defined but not used

Signed-off-by: Zhenwen Xu <helight.xu@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
akpm@linux-foundation.org authored and Jesse Barnes committed Jun 11, 2009
1 parent ad4efa3 commit 64f039d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/hotplug/ibmphp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1419,3 +1419,4 @@ static void __exit ibmphp_exit(void)
}

module_init(ibmphp_init);
module_exit(ibmphp_exit);

0 comments on commit 64f039d

Please sign in to comment.