diff options
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 79bdebd2c..390a50316 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -295,7 +295,7 @@ extern int insmod_ng_main( int argc, char **argv); | |||
295 | #define CONFIG_PLT_ENTRY_SIZE 8 | 295 | #define CONFIG_PLT_ENTRY_SIZE 8 |
296 | #define CONFIG_USE_SINGLE | 296 | #define CONFIG_USE_SINGLE |
297 | #ifndef EM_CYGNUS_V850 /* grumble */ | 297 | #ifndef EM_CYGNUS_V850 /* grumble */ |
298 | #define EM_CYGNUS_V850 0x9080 | 298 | #define EM_CYGNUS_V850 0x9080 |
299 | #endif | 299 | #endif |
300 | #define SYMBOL_PREFIX "_" | 300 | #define SYMBOL_PREFIX "_" |
301 | #endif | 301 | #endif |
@@ -695,7 +695,7 @@ static int obj_gpl_license(struct obj_file *f, const char **license); | |||
695 | #ifdef SYMBOL_PREFIX | 695 | #ifdef SYMBOL_PREFIX |
696 | #define SPFX SYMBOL_PREFIX | 696 | #define SPFX SYMBOL_PREFIX |
697 | #else | 697 | #else |
698 | #define SPFX "" | 698 | #define SPFX "" |
699 | #endif | 699 | #endif |
700 | 700 | ||
701 | 701 | ||