diff options
| author | Ingo Molnar <[email protected]> | 2017-02-03 10:08:30 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-02 08:42:32 +0100 |
| commit | 037741a6d4ab2e4b0580dae97aca963d8a8dc68f (patch) | |
| tree | dfa5932562443eef2b7bb3d6d09f20b148c0fa4e /include/linux | |
| parent | 4cf421e55d69016989548e0fb8585e69f54bd283 (diff) | |
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
Fix up missing #includes in other places that rely on sched.h doing that for them.
Acked-by: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index bed8fbb45f31..6b183521c616 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -30,6 +30,7 @@ #include <linux/device.h> /* for struct device */ #include <linux/sched.h> /* for completion */ #include <linux/mutex.h> +#include <linux/rtmutex.h> #include <linux/irqdomain.h> /* for Host Notify IRQ */ #include <linux/of.h> /* for struct device_node */ #include <linux/swab.h> /* for swab16 */ |