Commit 060c05b9 authored by Anton Blanchard's avatar Anton Blanchard

[PATCH] small module patch

Add a missing inline, shows up when modules are turned off.
parent bce2e9d2
...@@ -328,7 +328,7 @@ search_module_extables(unsigned long addr) ...@@ -328,7 +328,7 @@ search_module_extables(unsigned long addr)
} }
/* Is this address in a module? */ /* Is this address in a module? */
static int module_text_address(unsigned long addr) static inline int module_text_address(unsigned long addr)
{ {
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment