diff options
Diffstat (limited to 'drivers/mtd/nand/denali.h')
-rw-r--r-- | drivers/mtd/nand/denali.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mtd/nand/denali.h b/drivers/mtd/nand/denali.h index b56fa3c7c166..626c915294da 100644 --- a/drivers/mtd/nand/denali.h +++ b/drivers/mtd/nand/denali.h | |||
@@ -804,9 +804,4 @@ struct denali_nand_info { | |||
804 | int idx; | 804 | int idx; |
805 | }; | 805 | }; |
806 | 806 | ||
807 | static uint16_t NAND_Flash_Reset(struct denali_nand_info *denali); | ||
808 | static uint16_t NAND_Read_Device_ID(struct denali_nand_info *denali); | ||
809 | static void NAND_LLD_Enable_Disable_Interrupts(struct denali_nand_info *denali, | ||
810 | uint16_t INT_ENABLE); | ||
811 | |||
812 | #endif /*_LLD_NAND_*/ | 807 | #endif /*_LLD_NAND_*/ |