[PATCH] MMC: wbsd cleanups
This patch contains the following possible cleanups: - make some needlessly global code static - remove the unneeded global function DBG_REG Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
6e6293dd3d
commit
3eee0d03e3
@@ -8,13 +8,6 @@
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
const int config_ports[] = { 0x2E, 0x4E };
|
||||
const int unlock_codes[] = { 0x83, 0x87 };
|
||||
|
||||
const int valid_ids[] = {
|
||||
0x7112,
|
||||
};
|
||||
|
||||
#define LOCK_CODE 0xAA
|
||||
|
||||
#define WBSD_CONF_SWRST 0x02
|
||||
|
Reference in New Issue
Block a user