[PATCH] powerpc: fix building hvc_opal.c

2011-11-06 Thread Michael Neuling
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 -- Actually, this is the right fix. sfr says this was a merge conflict between the module.h split up and the powerpc tree, which were bo

[PATCH] powerpc: fix building hvc_opal.c

2011-11-06 Thread Michael Neuling
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 diff --git a/drivers/tty/hvc/hvc_opal.c b/drivers/tty/hvc/hvc_opal.c index 7b38512..cb3938f 100644 --- a/drivers/tty/hvc/hvc_opal.c +++