diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-10 12:09:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-10 12:09:47 -0400 |
commit | f741df1f3a2afe988f413ca78d1e866657079beb (patch) | |
tree | 385fe773b3549dec86261cf1933beb3f8a7adf61 /arch/m68k | |
parent | c67723ebbb2d6f672a0e9e5b1a8d1a2442942557 (diff) | |
parent | 5950f0803ca9d396ab79b7fe6789351f96e1d8d5 (diff) |
Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6
Pull misc fixes from David Woodhouse:
"This is some miscellaneous cleanups that don't really belong anywhere
else (or were ignored), that have been sitting in linux-next for some
time. Two of them are fixes resulting from my audit of krealloc()
usage that don't seem to have elicited any response when I posted
them, and the other three are patches from Artem removing dead code."
* tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6:
pcmcia: remove RPX board stuff
m68k: remove rpxlite stuff
pcmcia: remove Motorola MBX860 support
params: Fix potential memory leak in add_sysfs_param()
dell-laptop: Fix krealloc() misuse in parse_da_table()
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/commproc.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/m68k/include/asm/commproc.h b/arch/m68k/include/asm/commproc.h index a73998528d26..66a36bd51aa1 100644 --- a/arch/m68k/include/asm/commproc.h +++ b/arch/m68k/include/asm/commproc.h | |||
@@ -480,23 +480,6 @@ typedef struct scc_enet { | |||
480 | #define SICR_ENET_CLKRT ((uint)0x0000003d) | 480 | #define SICR_ENET_CLKRT ((uint)0x0000003d) |
481 | #endif | 481 | #endif |
482 | 482 | ||
483 | #ifdef CONFIG_RPXLITE | ||
484 | /* This ENET stuff is for the MPC850 with ethernet on SCC2. Some of | ||
485 | * this may be unique to the RPX-Lite configuration. | ||
486 | * Note TENA is on Port B. | ||
487 | */ | ||
488 | #define PA_ENET_RXD ((ushort)0x0004) | ||
489 | #define PA_ENET_TXD ((ushort)0x0008) | ||
490 | #define PA_ENET_TCLK ((ushort)0x0200) | ||
491 | #define PA_ENET_RCLK ((ushort)0x0800) | ||
492 | #define PB_ENET_TENA ((uint)0x00002000) | ||
493 | #define PC_ENET_CLSN ((ushort)0x0040) | ||
494 | #define PC_ENET_RENA ((ushort)0x0080) | ||
495 | |||
496 | #define SICR_ENET_MASK ((uint)0x0000ff00) | ||
497 | #define SICR_ENET_CLKRT ((uint)0x00003d00) | ||
498 | #endif | ||
499 | |||
500 | #ifdef CONFIG_BSEIP | 483 | #ifdef CONFIG_BSEIP |
501 | /* This ENET stuff is for the MPC823 with ethernet on SCC2. | 484 | /* This ENET stuff is for the MPC823 with ethernet on SCC2. |
502 | * This is unique to the BSE ip-Engine board. | 485 | * This is unique to the BSE ip-Engine board. |