Explorar o código

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>
Sachin Kamat %!s(int64=11) %!d(string=hai) anos
pai
achega
c8016d45a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/mfd/max14577.c

+ 1 - 0
drivers/mfd/max14577.c

@@ -18,6 +18,7 @@
  * This driver is based on max8997.c
  */
 
+#include <linux/err.h>
 #include <linux/module.h>
 #include <linux/interrupt.h>
 #include <linux/mfd/core.h>