diff options
author | eric miao <eric.miao@marvell.com> | 2008-01-02 04:34:27 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:07:56 -0500 |
commit | 0ad1fbc86045c2a27ff082c02344131be072699f (patch) | |
tree | 9698c6c2f9701b7f8f9e51711ccb3691bd7cbff6 /include/asm-arm | |
parent | 83b6759e72a83c344c7fe96a37543b4546f17131 (diff) |
[ARM] pxa: remove un-used pxa3xx_mfp_set_xxx() functions
pxa3xx_mfp_set_xxx() functions are originally provided for overwriting
MFP configurations performed by pxa3xx_mfp_config(), the usage of such
a dirtry trick is not recommended, since there is currently no user of
these functions, they are safely removed
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-pxa/mfp.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-arm/arch-pxa/mfp.h b/include/asm-arm/arch-pxa/mfp.h index 7de234b0cca7..60fbed1b2e89 100644 --- a/include/asm-arm/arch-pxa/mfp.h +++ b/include/asm-arm/arch-pxa/mfp.h | |||
@@ -419,20 +419,6 @@ unsigned long pxa3xx_mfp_read(int mfp); | |||
419 | void pxa3xx_mfp_write(int mfp, unsigned long mfpr_val); | 419 | void pxa3xx_mfp_write(int mfp, unsigned long mfpr_val); |
420 | 420 | ||
421 | /* | 421 | /* |
422 | * pxa3xx_mfp_set_afds - set MFP alternate function and drive strength | ||
423 | * pxa3xx_mfp_set_rdh - set MFP release delay hold on/off | ||
424 | * pxa3xx_mfp_set_lpm - set MFP low power mode state | ||
425 | * pxa3xx_mfp_set_edge - set MFP edge detection in low power mode | ||
426 | * | ||
427 | * use these functions to override/change the default configuration | ||
428 | * done by pxa3xx_mfp_set_config(s) | ||
429 | */ | ||
430 | void pxa3xx_mfp_set_afds(int mfp, int af, int ds); | ||
431 | void pxa3xx_mfp_set_rdh(int mfp, int rdh); | ||
432 | void pxa3xx_mfp_set_lpm(int mfp, int lpm); | ||
433 | void pxa3xx_mfp_set_edge(int mfp, int edge); | ||
434 | |||
435 | /* | ||
436 | * pxa3xx_mfp_config - configure the MFPR registers | 422 | * pxa3xx_mfp_config - configure the MFPR registers |
437 | * | 423 | * |
438 | * used by board specific initialization code | 424 | * used by board specific initialization code |