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.

powerpc: fix building hvc_opal.c

Fix building following build error:

drivers/tty/hvc/hvc_opal.c:244:12: error: 'THIS_MODULE' undeclared here (not in a function)

Signed-off-by: Michael Neuling <mikey@neuling.org>
[ New file from powerpc tree not following the new rules from the
module.h split, both of which were merged today. - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Michael Neuling and committed by
Linus Torvalds
0084e475 b32fc0a0

+1
+1
drivers/tty/hvc/hvc_opal.c
··· 28 28 #include <linux/console.h> 29 29 #include <linux/of.h> 30 30 #include <linux/of_platform.h> 31 + #include <linux/export.h> 31 32 32 33 #include <asm/hvconsole.h> 33 34 #include <asm/prom.h>