From 1e59a3f54e0edc9ececbee4413a16b36732b768b Mon Sep 17 00:00:00 2001 From: Lekensteyn Date: Mon, 12 Dec 2011 18:26:05 +0100 Subject: [PATCH] bbswitch: Add version and author macros --- bbswitch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbswitch.c b/bbswitch.c index bfa033c..f991dc5 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -13,6 +13,8 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Toggle the discrete graphics card"); +MODULE_AUTHOR("Peter Lekensteyn "); +MODULE_VERSION("0.1"); extern struct proc_dir_entry *acpi_root_dir;