diff options
author | Jochen Friedrich | 2008-01-24 16:18:32 +0100 |
---|---|---|
committer | Kumar Gala | 2008-01-28 15:31:02 +0100 |
commit | 49b51545ff33734ac1c7e0a28c16ca1f49e51b8a (patch) | |
tree | 6cad556dfcf4abbc874277ed7822e943cc3996f0 /include/asm-powerpc | |
parent | [POWERPC] 8xx: Remove unneeded and misspelled prototype m8xx_calibrate_decr (diff) | |
download | kernel-qcow2-linux-49b51545ff33734ac1c7e0a28c16ca1f49e51b8a.tar.gz kernel-qcow2-linux-49b51545ff33734ac1c7e0a28c16ca1f49e51b8a.tar.xz kernel-qcow2-linux-49b51545ff33734ac1c7e0a28c16ca1f49e51b8a.zip |
[POWERPC] 8xx: Remove sysdev/commproc.h
Move cpm1 specific prototypes to asm/commproc.h and mpc8xx specific
prototypes to asm/mpc8xx.h. Adjust includes accordingly. Remove now
unneeded sysdev/commproc.h.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/commproc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/commproc.h b/include/asm-powerpc/commproc.h index 97575219ea8b..ec87b8fff075 100644 --- a/include/asm-powerpc/commproc.h +++ b/include/asm-powerpc/commproc.h @@ -89,6 +89,8 @@ extern void cpm_setbrg(uint brg, uint rate); extern void cpm_load_patch(cpm8xx_t *cp); +extern void cpm_reset(void); + /* Buffer descriptors used by many of the CPM protocols. */ typedef struct cpm_buf_desc { |