mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git] / arch / arm / mach-s3c64xx / ata-core.h
blob6d9a81f759e60c20172a2d52c85d81ca85006aac
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
6 * Samsung CF-ATA Controller core functions
7 */
9 #ifndef __ASM_PLAT_ATA_CORE_H
10 #define __ASM_PLAT_ATA_CORE_H __FILE__
12 /* These functions are only for use with the core support code, such as
13 * the cpu specific initialisation code
16 /* re-define device name depending on support. */
17 static inline void s3c_cfcon_setname(char *name)
19 #ifdef CONFIG_SAMSUNG_DEV_IDE
20 s3c_device_cfcon.name = name;
21 #endif
24 #endif /* __ASM_PLAT_ATA_CORE_H */