aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc2000/fileops.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-01 10:48:43 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-01 10:48:43 +0200
commit91b6cb7216cd8bad027bc9ef88e2834786c8eeaf (patch)
tree3ef306b7954ed7cbf9df9693e0af65cc8b265b21 /drivers/staging/kpc2000/kpc2000/fileops.c
parentstaging: rtlwifi: move remaining phydm .h files (diff)
downloadlinux-dev-91b6cb7216cd8bad027bc9ef88e2834786c8eeaf.tar.xz
linux-dev-91b6cb7216cd8bad027bc9ef88e2834786c8eeaf.zip
staging: kpc2000: fix up build problems with readq()
The 0-day system found a bunch of warnings for when readq() is not defined on the platform, so fix this by including the linux/io-64-nonatomic-lo-hi.h file which will fix up these issues. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/kpc2000/kpc2000/fileops.c')
-rw-r--r--drivers/staging/kpc2000/kpc2000/fileops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/kpc2000/kpc2000/fileops.c b/drivers/staging/kpc2000/kpc2000/fileops.c
index a6beca8dbac5..b3b0b763fa1e 100644
--- a/drivers/staging/kpc2000/kpc2000/fileops.c
+++ b/drivers/staging/kpc2000/kpc2000/fileops.c
@@ -10,6 +10,7 @@
#include <linux/uaccess.h> /* copy_*_user */
#include <linux/rwsem.h>
#include <linux/idr.h>
+#include <linux/io-64-nonatomic-lo-hi.h>
#include <linux/device.h>
#include <linux/sched.h>
#include "pcie.h"