Skip to content

Commit

Permalink
mfd: Fix ab3100-otp build failure
Browse files Browse the repository at this point in the history
ab3100.h should include linux/workqueue.h for otp to build properly.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Samuel Ortiz committed Sep 17, 2009
1 parent 9312fff commit 8aba721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/ab3100-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <linux/platform_device.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/workqueue.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/uaccess.h>
Expand Down
1 change: 1 addition & 0 deletions include/linux/mfd/ab3100.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

#include <linux/device.h>
#include <linux/workqueue.h>

#ifndef MFD_AB3100_H
#define MFD_AB3100_H
Expand Down

0 comments on commit 8aba721

Please sign in to comment.