bankfixed: kill dead stuff
authorAlan Cox <alan@linux.intel.com>
Fri, 8 Feb 2019 21:38:37 +0000 (21:38 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 8 Feb 2019 21:38:37 +0000 (21:38 +0000)
Kernel/bankfixed.c

index cbe3a3b..bafe065 100644 (file)
 
 #ifdef CONFIG_BANK_FIXED
 
-#ifndef CONFIG_COMMON_COPY
-#define flush_cache(p) do {} while(0)
-#endif
-
 /* Kernel is 0, apps 1,2,3 etc */
 static unsigned char pfree[MAX_MAPS];
 static unsigned char pfptr = 0;