diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-10-08 04:42:19 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-04 03:20:35 +0300 |
commit | f8e4df53c785a3c19650e57b5c514a4b50d82078 (patch) | |
tree | 348a79a1bc87fcadf28dfd6c1d83ec7f8261b541 /drivers | |
parent | ad92c8bfff579165739705235d0909ebc94de2cd (diff) | |
download | linux-f8e4df53c785a3c19650e57b5c514a4b50d82078.tar.xz |
imx-drm: imx-drm-core: Remove unneeded forward declaration
There is no need to forward declare 'struct imx_drm_crtc' because the
"imx-drm.h" header file already includes it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/imx-drm/imx-drm-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/imx-drm/imx-drm-core.c b/drivers/staging/imx-drm/imx-drm-core.c index 3ca1acdae72b..8510937ff6fc 100644 --- a/drivers/staging/imx-drm/imx-drm-core.c +++ b/drivers/staging/imx-drm/imx-drm-core.c @@ -29,8 +29,6 @@ #define MAX_CRTC 4 -struct imx_drm_crtc; - struct imx_drm_component { struct device_node *of_node; struct list_head list; |