mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
drivers/clocksource: Add module.h to those who were using it implicitly
A pending cleanup will mean that module.h won't be implicitly everywhere anymore. Make sure the modular drivers in clocksource are actually calling out for <module.h> explicitly in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
parent
c05aa8fbcc
commit
7deeab5dc4
3 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
#include <linux/clockchips.h>
|
#include <linux/clockchips.h>
|
||||||
#include <linux/sh_timer.h>
|
#include <linux/sh_timer.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
|
||||||
struct sh_cmt_priv {
|
struct sh_cmt_priv {
|
||||||
void __iomem *mapbase;
|
void __iomem *mapbase;
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
#include <linux/clockchips.h>
|
#include <linux/clockchips.h>
|
||||||
#include <linux/sh_timer.h>
|
#include <linux/sh_timer.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
|
||||||
struct sh_mtu2_priv {
|
struct sh_mtu2_priv {
|
||||||
void __iomem *mapbase;
|
void __iomem *mapbase;
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include <linux/clockchips.h>
|
#include <linux/clockchips.h>
|
||||||
#include <linux/sh_timer.h>
|
#include <linux/sh_timer.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
|
||||||
struct sh_tmu_priv {
|
struct sh_tmu_priv {
|
||||||
void __iomem *mapbase;
|
void __iomem *mapbase;
|
||||||
|
|
Loading…
Reference in a new issue