lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1357909986-9262-16-git-send-email-lee.jones@linaro.org> Date: Fri, 11 Jan 2013 13:13:03 +0000 From: Lee Jones <lee.jones@...aro.org> To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Cc: arnd@...db.de, linus.walleij@...ricsson.com, cbouatmailru@...il.com, Marcus Cooper <marcus.xm.cooper@...ricsson.com>, Lee Jones <lee.jones@...aro.org> Subject: [PATCH 15/18] power: ab8500_charger: remove unused defines. From: Marcus Cooper <marcus.xm.cooper@...ricsson.com> Cleanup of the ab8500_charger driver. Signed-off-by: Lee Jones <lee.jones@...aro.org> Signed-off-by: Marcus Cooper <marcus.xm.cooper@...ricsson.com> Reviewed-by: Karl KOMIEROWSKI <karl.komierowski@...ricsson.com> --- drivers/power/ab8500_charger.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/power/ab8500_charger.c b/drivers/power/ab8500_charger.c index 30193ea..2769e91 100644 --- a/drivers/power/ab8500_charger.c +++ b/drivers/power/ab8500_charger.c @@ -115,11 +115,6 @@ enum ab8500_charger_link_status { USB_STAT_CARKIT_1, USB_STAT_CARKIT_2, USB_STAT_ACA_DOCK_CHARGER, - USB_STAT_SAMSUNG_USB_PHY_DIS, - USB_STAT_SAMSUNG_USB_PHY_ENA, - USB_STAT_SAMSUNG_UART_PHY_DIS, - USB_STAT_SAMSUNG_UART_PHY_ENA, - USB_STAT_MOTOROLA_USB_PHY_ENA, }; enum ab8500_usb_state { -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists