staging: kpc2000: fix up build problems with readq()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 May 2019 08:48:43 +0000 (10:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 May 2019 08:48:43 +0000 (10:48 +0200)
commit91b6cb7216cd8bad027bc9ef88e2834786c8eeaf
tree3ef306b7954ed7cbf9df9693e0af65cc8b265b21
parentadc7af464ceba1962c2eb875a97f4d3bd82fbc5f
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>
drivers/staging/kpc2000/kpc2000/cell_probe.c
drivers/staging/kpc2000/kpc2000/core.c
drivers/staging/kpc2000/kpc2000/fileops.c
drivers/staging/kpc2000/kpc_i2c/i2c_driver.c