- Fix some section conflicts with symbols being static inline and
authorJeff Mahoney <jeffm@suse.de>
Fri, 15 Jun 2007 17:44:12 +0000 (17:44 +0000)
committerJeff Mahoney <jeffm@suse.de>
Fri, 15 Jun 2007 17:44:12 +0000 (17:44 +0000)
commit7803b044cd42b1fdf083f89a7e8f2c270e19de90
tree02606cf1e20fe590feab4d1a851e547d0320ff83
parent73d68119bd226b073b054b151d9d5eef8c91dae9
- Fix some section conflicts with symbols being static inline and
  also exported:
  - jprobe_return on ia64 was a static inline
  - profile_event_{,un}register without CONFIG_PROFILING are static
    inlines
  - gameport_cooked_read and gameport_set_name are static inlines

suse-commit: fc1513e37651d225d0d5e9db0da0e69677eb59d4
arch/ia64/kernel/kprobes.c
drivers/input/gameport/gameport.c
include/asm-ia64/kprobes.h
kernel/profile.c