diff options
| author | James Simmons <jsimmons@maxwell.earthlink.net> | 2003-01-07 17:42:13 -0800 |
|---|---|---|
| committer | James Simmons <jsimmons@maxwell.earthlink.net> | 2003-01-07 17:42:13 -0800 |
| commit | 04845d6e11cb9f41c4ce8dc0475478280c5cd8cf (patch) | |
| tree | a74ceacecbbdbe38c917333df17c448cad0d3ec3 /include | |
| parent | 813bbc33c01bab5b6dab272c575881d2d3db3151 (diff) | |
| parent | 9a0a4cb166a73286c4991c212425bc8f3cdc11db (diff) | |
Merge maxwell.earthlink.net:/usr/src/linus-2.5
into maxwell.earthlink.net:/usr/src/fbdev-2.5
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 54214da9a651..8b0084419604 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -328,7 +328,7 @@ search_module_extables(unsigned long addr) } /* 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; } |
