diff options
author | Martin Kaiser <martin@kaiser.cx> | 2017-01-11 17:09:50 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-01-11 17:09:50 +0100 |
commit | cbbd86075a7e32b6e67f77d374b9bb53841ab1c7 (patch) | |
tree | abca24b3801e100a656bf6307f55721e56e903c9 /drivers/video | |
parent | 2f7590b2677b3815d584971ff478c9a75bc66026 (diff) | |
download | linux-rpi-cbbd86075a7e32b6e67f77d374b9bb53841ab1c7.tar.gz linux-rpi-cbbd86075a7e32b6e67f77d374b9bb53841ab1c7.tar.bz2 linux-rpi-cbbd86075a7e32b6e67f77d374b9bb53841ab1c7.zip |
video: fbdev: imxfb: remove the macros for initializing the DMACR
The current definitions of DMACR_HM() and DMACR_TM() are correct only
for imx1, they're wrong for imx21.
The macros are meant for legacy board files only, they're not applicable
for boards using device tree.
At the moment, there are no boards using these macros. So it should be
safe to drop them rather than making them work for both imx1 and imx21,
which would require a change in the platform data struct.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions