commit | 71d94fe842c34fb93eb32ae20207bea757292b79 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Mon Oct 12 20:49:18 2009 +0400 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 11 21:43:19 2009 -0600 |
tree | 19eb85e78bcfc97b29d193af92be6cc6cc6308e6 | |
parent | 80952988a2c6f0aa73e9ec6554084446da8d8791 [diff] |
powerpc/cpm: Move CPMFCR_* defines into cpm.h The bits are generic to CPM devices, so let's move them to the common header file, so drivers won't need to privately reintroduce another bunch of the same bits (as we can't include cpm2.h header together with cpm1.h). Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>