diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-10 01:06:04 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-10 01:06:04 +0100 |
commit | 31e7f1ff3c5d39a70da85f7d81a1ab1f4e64fa97 (patch) | |
tree | a6cb8f14b1182e5dce55d13e52c1182a8c7e0402 /include/asm-ppc | |
parent | powerpc: Simplify and clean up the xmon terminal I/O (diff) | |
parent | Fix AGP compile on non-x86 architectures (diff) | |
download | linux-31e7f1ff3c5d39a70da85f7d81a1ab1f4e64fa97.tar.xz linux-31e7f1ff3c5d39a70da85f7d81a1ab1f4e64fa97.zip |
Merge ../linux-2.6
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/mpc83xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc83xx.h b/include/asm-ppc/mpc83xx.h index bb1b0576c947..ce212201db2a 100644 --- a/include/asm-ppc/mpc83xx.h +++ b/include/asm-ppc/mpc83xx.h @@ -107,6 +107,7 @@ enum ppc_sys_devices { MPC83xx_SEC2, MPC83xx_USB2_DR, MPC83xx_USB2_MPH, + MPC83xx_MDIO, }; #endif /* CONFIG_83xx */ |