Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pm3fb: Fix compile error if module

pm3fb_setup() should only compiled if pm3fb is built statically in the kernel.

Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Antonino A. Daplas and committed by
Linus Torvalds
7248d497 af3b146d

+1 -1
+1 -1
drivers/video/pm3fb.c
··· 985 985 pci_unregister_driver(&pm3fb_driver); 986 986 } 987 987 988 - #ifdef MODULE 988 + #ifndef MODULE 989 989 /* 990 990 * Setup 991 991 */