Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7248d497499a58a6f3bc3a05fdccb9a9b6306509
Commit: 7248d497499a58a6f3bc3a05fdccb9a9b6306509
Parent: af3b146d26550f0c8e0d77b2117c6f8aec5d8146
Author: Antonino A. Daplas <[EMAIL PROTECTED]>
AuthorDate: Sat May 12 22:03:48 2007 +0800
Committer: Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat May 12 09:47:15 2007 -0700
pm3fb: Fix compile error if module
pm3fb_setup() should only compiled if pm3fb is built statically in the
kernel.
Signed-off-by: Antonino Daplas <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
drivers/video/pm3fb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c
index 6c4dfcb..c77a1a1 100644
--- a/drivers/video/pm3fb.c
+++ b/drivers/video/pm3fb.c
@@ -985,7 +985,7 @@ static void __exit pm3fb_exit(void)
pci_unregister_driver(&pm3fb_driver);
}
-#ifdef MODULE
+#ifndef MODULE
/*
* Setup
*/
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html