treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / mmc / host / dw_mmc-pltfm.h
blob2d50d7da2e3687a4968d7ac7e57f2c0c1926e732
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Synopsys DesignWare Multimedia Card Interface Platform driver
5 * Copyright (C) 2012, Samsung Electronics Co., Ltd.
6 */
8 #ifndef _DW_MMC_PLTFM_H_
9 #define _DW_MMC_PLTFM_H_
11 extern int dw_mci_pltfm_register(struct platform_device *pdev,
12 const struct dw_mci_drv_data *drv_data);
13 extern int dw_mci_pltfm_remove(struct platform_device *pdev);
14 extern const struct dev_pm_ops dw_mci_pltfm_pmops;
16 #endif /* _DW_MMC_PLTFM_H_ */