diff options
Diffstat (limited to 'arch/arm/kernel/arthur.c')
-rw-r--r-- | arch/arm/kernel/arthur.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/kernel/arthur.c b/arch/arm/kernel/arthur.c index 77c7d7396..8a8a5510d 100644 --- a/arch/arm/kernel/arthur.c +++ b/arch/arm/kernel/arthur.c @@ -59,11 +59,7 @@ static struct exec_domain arthur_exec_domain = { PER_RISCOS, PER_RISCOS, arthur_to_linux_signals, linux_to_arthur_signals, -#ifdef MODULE - &__this_module, /* No usage counter. */ -#else - NULL, -#endif + THIS_MODULE, NULL /* Nothing after this in the list. */ }; |