[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1280070874-8961-1-git-send-email-emjay1988@gmail.com>
Date: Mon, 26 Jul 2010 01:14:34 +1000
From: Michael Jensen <emjay1988@...il.com>
To: gregkh@...e.de
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Michael Jensen <emjay1988@...il.com>
Subject: [PATCH] Staging: comedi: comedidev: Removed unused macro definitions
Removed macro definition that wasn't used.
Signed-off-by: Michael Jensen <emjay1988@...il.com>
---
drivers/staging/comedi/comedidev.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
index 4eb2b77..b225fff 100644
--- a/drivers/staging/comedi/comedidev.h
+++ b/drivers/staging/comedi/comedidev.h
@@ -61,11 +61,6 @@
module_init(x ## _init_module); \
module_exit(x ## _cleanup_module);
-#define COMEDI_MODULE_MACROS \
- MODULE_AUTHOR("Comedi http://www.comedi.org"); \
- MODULE_DESCRIPTION("Comedi low-level driver"); \
- MODULE_LICENSE("GPL");
-
#define COMEDI_INITCLEANUP(x) \
COMEDI_MODULE_MACROS \
COMEDI_INITCLEANUP_NOMODULE(x)
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists