Loading drivers/nfc/nfcmrvl/main.c +0 −12 Original line number Diff line number Diff line Loading @@ -254,8 +254,6 @@ void nfcmrvl_chip_halt(struct nfcmrvl_private *priv) gpio_set_value(priv->config.reset_n_io, 0); } #ifdef CONFIG_OF int nfcmrvl_parse_dt(struct device_node *node, struct nfcmrvl_platform_data *pdata) { Loading @@ -278,16 +276,6 @@ int nfcmrvl_parse_dt(struct device_node *node, return 0; } #else int nfcmrvl_parse_dt(struct device_node *node, struct nfcmrvl_platform_data *pdata) { return -ENODEV; } #endif EXPORT_SYMBOL_GPL(nfcmrvl_parse_dt); MODULE_AUTHOR("Marvell International Ltd."); Loading drivers/nfc/nfcmrvl/uart.c +0 −12 Original line number Diff line number Diff line Loading @@ -67,8 +67,6 @@ static struct nfcmrvl_if_ops uart_ops = { .nci_update_config = nfcmrvl_uart_nci_update_config }; #ifdef CONFIG_OF static int nfcmrvl_uart_parse_dt(struct device_node *node, struct nfcmrvl_platform_data *pdata) { Loading Loading @@ -102,16 +100,6 @@ static int nfcmrvl_uart_parse_dt(struct device_node *node, return 0; } #else static int nfcmrvl_uart_parse_dt(struct device_node *node, struct nfcmrvl_platform_data *pdata) { return -ENODEV; } #endif /* ** NCI UART OPS */ Loading Loading
drivers/nfc/nfcmrvl/main.c +0 −12 Original line number Diff line number Diff line Loading @@ -254,8 +254,6 @@ void nfcmrvl_chip_halt(struct nfcmrvl_private *priv) gpio_set_value(priv->config.reset_n_io, 0); } #ifdef CONFIG_OF int nfcmrvl_parse_dt(struct device_node *node, struct nfcmrvl_platform_data *pdata) { Loading @@ -278,16 +276,6 @@ int nfcmrvl_parse_dt(struct device_node *node, return 0; } #else int nfcmrvl_parse_dt(struct device_node *node, struct nfcmrvl_platform_data *pdata) { return -ENODEV; } #endif EXPORT_SYMBOL_GPL(nfcmrvl_parse_dt); MODULE_AUTHOR("Marvell International Ltd."); Loading
drivers/nfc/nfcmrvl/uart.c +0 −12 Original line number Diff line number Diff line Loading @@ -67,8 +67,6 @@ static struct nfcmrvl_if_ops uart_ops = { .nci_update_config = nfcmrvl_uart_nci_update_config }; #ifdef CONFIG_OF static int nfcmrvl_uart_parse_dt(struct device_node *node, struct nfcmrvl_platform_data *pdata) { Loading Loading @@ -102,16 +100,6 @@ static int nfcmrvl_uart_parse_dt(struct device_node *node, return 0; } #else static int nfcmrvl_uart_parse_dt(struct device_node *node, struct nfcmrvl_platform_data *pdata) { return -ENODEV; } #endif /* ** NCI UART OPS */ Loading