diff options
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/vmlinux.lds.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 8f7c89b20639..ef779c6fc3d7 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
| @@ -248,12 +248,9 @@ | |||
| 248 | \ | 248 | \ |
| 249 | /* RapidIO route ops */ \ | 249 | /* RapidIO route ops */ \ |
| 250 | .rio_ops : AT(ADDR(.rio_ops) - LOAD_OFFSET) { \ | 250 | .rio_ops : AT(ADDR(.rio_ops) - LOAD_OFFSET) { \ |
| 251 | VMLINUX_SYMBOL(__start_rio_route_ops) = .; \ | 251 | VMLINUX_SYMBOL(__start_rio_switch_ops) = .; \ |
| 252 | *(.rio_route_ops) \ | 252 | *(.rio_switch_ops) \ |
| 253 | VMLINUX_SYMBOL(__end_rio_route_ops) = .; \ | 253 | VMLINUX_SYMBOL(__end_rio_switch_ops) = .; \ |
| 254 | VMLINUX_SYMBOL(__start_rio_em_ops) = .; \ | ||
| 255 | *(.rio_em_ops) \ | ||
| 256 | VMLINUX_SYMBOL(__end_rio_em_ops) = .; \ | ||
| 257 | } \ | 254 | } \ |
| 258 | \ | 255 | \ |
| 259 | TRACEDATA \ | 256 | TRACEDATA \ |
