diff options
-rw-r--r-- | 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 6c4dfcb0feb..c77a1a1fd46 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 */ |