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

mfd: max14577: Include missing err.h

Add this header explicitly for IS_ERR and friends.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Sachin Kamat and committed by
Lee Jones
c8016d45 63f5d2e8

+1
+1
drivers/mfd/max14577.c
··· 18 18 * This driver is based on max8997.c 19 19 */ 20 20 21 + #include <linux/err.h> 21 22 #include <linux/module.h> 22 23 #include <linux/interrupt.h> 23 24 #include <linux/mfd/core.h>