From ecca22ec87ff5ede894ac4674b5196d1c613d33c Mon Sep 17 00:00:00 2001 From: Zwane Mwaikambo Date: Sun, 6 Apr 2003 05:21:24 -0700 Subject: [PATCH] Grab SET_MODULE_OWNER from the clutches of the deprecated This comment seems to want to include SET_MODULE_OWNER as one of the deprecated facilities. --- include/linux/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/module.h b/include/linux/module.h index 30892e436401..657802c8af75 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -408,9 +408,9 @@ __attribute__((section(".gnu.linkonce.this_module"))) = { #endif /* MODULE */ #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x) +#define SET_MODULE_OWNER(dev) ((dev)->owner = THIS_MODULE) /* BELOW HERE ALL THESE ARE OBSOLETE AND WILL VANISH */ -#define SET_MODULE_OWNER(dev) ((dev)->owner = THIS_MODULE) struct obsolete_modparm { char name[64]; -- cgit v1.2.3