Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: mc13xxx: Remove duplicate mc13xxx_get_flags() declaration

mc13xxx_get_flags() declaration given twice.
This patch removes this duplicate.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Alexander Shiyan and committed by
Lee Jones
03b1e302 12eda2a2

-2
-2
include/linux/mfd/mc13xxx.h
··· 21 21 int mc13xxx_reg_rmw(struct mc13xxx *mc13xxx, unsigned int offset, 22 22 u32 mask, u32 val); 23 23 24 - int mc13xxx_get_flags(struct mc13xxx *mc13xxx); 25 - 26 24 int mc13xxx_irq_request(struct mc13xxx *mc13xxx, int irq, 27 25 irq_handler_t handler, const char *name, void *dev); 28 26 int mc13xxx_irq_request_nounmask(struct mc13xxx *mc13xxx, int irq,