summaryrefslogtreecommitdiffstats
path: root/pm49fl00x.c
diff options
context:
space:
mode:
Diffstat (limited to 'pm49fl00x.c')
-rw-r--r--pm49fl00x.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/pm49fl00x.c b/pm49fl00x.c
index 424b0ed..9d104e2 100644
--- a/pm49fl00x.c
+++ b/pm49fl00x.c
@@ -36,16 +36,6 @@ void write_lockbits_49fl00x(chipaddr bios, int size,
}
}
-int probe_49fl00x(struct flashchip *flash)
-{
- int ret = probe_jedec(flash);
-
- if (ret == 1)
- map_flash_registers(flash);
-
- return ret;
-}
-
int erase_49fl00x(struct flashchip *flash)
{
int i;
OpenPOWER on IntegriCloud