X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fmtd%2Fat45.c;h=d1a60aac90b38495dee178265cd951fd80692d72;hb=508eb85db7065e34948c189c83f7e348c1cfd61e;hp=a9d13ff90ef9fa4cf072ec846f13625c1fe4a845;hpb=53677ef18e25c97ac613349087c5cb33ae5a2741;p=oweals%2Fu-boot.git diff --git a/drivers/mtd/at45.c b/drivers/mtd/at45.c index a9d13ff90e..d1a60aac90 100644 --- a/drivers/mtd/at45.c +++ b/drivers/mtd/at45.c @@ -20,8 +20,6 @@ #include #include - -#ifdef CONFIG_HAS_DATAFLASH #include /* @@ -559,4 +557,3 @@ int AT91F_DataflashProbe(int cs, AT91PS_DataflashDesc pDesc) AT91F_DataFlashGetStatus(pDesc); return ((pDesc->command[1] == 0xFF) ? 0 : pDesc->command[1] & 0x3C); } -#endif