X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fnand.h;h=2a81597a65d9bd4366b8dcbfe44929d85ad17dc5;hb=797131c12595b3d0e2964b706006938c822ee874;hp=23f3ca1db823bdbe30bb8da70f2a83df9f1ac36a;hpb=c3ae126c2cad03f04be36c92dd9437b9ee2385b6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/nand.h b/include/nand.h index 23f3ca1..2a81597 100644 --- a/include/nand.h +++ b/include/nand.h @@ -26,7 +26,6 @@ extern void nand_init(void); -#ifndef CONFIG_NAND_LEGACY #include #include #include @@ -130,5 +129,4 @@ void board_nand_select_device(struct nand_chip *nand, int chip); __attribute__((noreturn)) void nand_boot(void); -#endif /* !CONFIG_NAND_LEGACY */ #endif