Skip to content

Commit

Permalink
mfd: max14577: Include missing err.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Lee Jones committed Mar 19, 2014
1 parent 63f5d2e commit c8016d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/max14577.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c8016d4

Please sign in to comment.