lkml.org 
[lkml]   [2009]   [Dec]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] misc: add __init/__exit macros to drivers/misc/hwlat_detector.c
Date
From: Peter Huewe <peterhuewe@gmx.de>

Trivial patch which adds the __init/__exit macros to the module_init/
module_exit functions of

drivers/misc/hwlat_detector.c

Please have a look at the small patch and either pull it through
your tree, or please ack' it so Jiri can pull it through the trivial
tree.

Patch against linux-next-tree, 22. Dez 08:38:18 CET 2009
but also present in linus tree.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
drivers/misc/hwlat_detector.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/misc/hwlat_detector.c b/drivers/misc/hwlat_detector.c
index e02d8e1..fd6fa6f 100644
--- a/drivers/misc/hwlat_detector.c
+++ b/drivers/misc/hwlat_detector.c
@@ -1163,7 +1163,7 @@ static void free_debugfs(void)
/**
* detector_init - Standard module initialization code
*/
-static int detector_init(void)
+static int __init detector_init(void)
{
int ret = -ENOMEM;

@@ -1192,7 +1192,7 @@ out:
/**
* detector_exit - Standard module cleanup code
*/
-static void detector_exit(void)
+static void __exit detector_exit(void)
{
if (enabled) {
enabled = 0;
--
1.6.4.4


\
 
 \ /
  Last update: 2009-12-22 09:31    [W:0.140 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site