summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_compat.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-06-26 15:19:17 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-07-18 08:20:59 +0300
commit71aecd5d63eea41bc5f6a03e3a868bbe44c2acef (patch)
tree09dc5bfe726c89ac492756dfd3a4933fb35ceb28 /drivers/staging/media/atomisp/pci/atomisp_compat.h
parent89027fea0d04146e6df5e5bff4672655faeb43fb (diff)
downloadlinux-71aecd5d63eea41bc5f6a03e3a868bbe44c2acef.tar.xz
media: atomisp: Replace direct access to MMIO with proper helpers
We have special helpers to access MMIO. Use them. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp_compat.h')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp_compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp_compat.h b/drivers/staging/media/atomisp/pci/atomisp_compat.h
index b2ed83c2f337..6a2a81a3eb23 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_compat.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_compat.h
@@ -29,8 +29,6 @@ struct atomisp_sub_device;
struct video_device;
enum atomisp_input_stream_id;
-extern void __iomem *atomisp_io_base;
-
struct atomisp_metadata_buf {
struct ia_css_metadata *metadata;
void *md_vptr;