FROMLIST: mmc: core: move freqs table into core.h
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / core / core.c
index 510640fb4afd7dd62c80d7d5b6d75347436dc0a6..eb2f0917c4e7e6453f363ff028e3c96359149ac6 100644 (file)
@@ -63,8 +63,6 @@ EXPORT_TRACEPOINT_SYMBOL_GPL(mmc_blk_rw_end);
  */
 #define MMC_BKOPS_MAX_TIMEOUT  (4 * 60 * 1000) /* max time to wait in ms */
 
-static const unsigned freqs[] = { 400000, 300000, 200000, 100000 };
-
 /*
  * Enabling software CRCs on the data blocks can be a significant (30%)
  * performance cost, and for other reasons may not always be desired.