diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2019-01-15 11:06:31 +0100 |
---|---|---|
committer | Liviu Dudau <Liviu.Dudau@arm.com> | 2019-01-18 11:44:10 +0100 |
commit | 874cf192964e05dc6f8103aa8bbcd090a7541312 (patch) | |
tree | 4c9332f7b39ce1f70caac384c59c76cf1c848396 /drivers/gpu/drm/arm/display/komeda/komeda_dev.h | |
parent | MAINTAINERS: Add maintainer for Arm komeda driver (diff) | |
download | linux-874cf192964e05dc6f8103aa8bbcd090a7541312.tar.xz linux-874cf192964e05dc6f8103aa8bbcd090a7541312.zip |
drm: arm/komeda: Remove IRQ parsing from initial series
The initial series is only introducing the basic components and not
implementing IRQ handling. Remove the left over code that touches
IRQs until the proper implementation is introduced in a later series.
Reviewed-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Diffstat (limited to 'drivers/gpu/drm/arm/display/komeda/komeda_dev.h')
-rw-r--r-- | drivers/gpu/drm/arm/display/komeda/komeda_dev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/arm/display/komeda/komeda_dev.h b/drivers/gpu/drm/arm/display/komeda/komeda_dev.h index a0bf7050037a..0f77dead6a23 100644 --- a/drivers/gpu/drm/arm/display/komeda/komeda_dev.h +++ b/drivers/gpu/drm/arm/display/komeda/komeda_dev.h @@ -81,9 +81,6 @@ struct komeda_dev { /** @mck: HW main engine clk */ struct clk *mclk; - /** @irq: irq number */ - u32 irq; - int n_pipelines; struct komeda_pipeline *pipelines[KOMEDA_MAX_PIPELINES]; |