Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaf19544 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/base: change module.h -> export.h in power/common.c



This file isn't using full modular functionality, and hence
can be "downgraded" to just using export.h

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent ba33162a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/pm_clock.h>