commit | 79b979735e85ec62aeaf007287a871f0b42b027e | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Apr 11 06:49:32 2019 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Apr 11 17:00:10 2019 +0200 |
tree | 4e7864f7159d50664c3f660f3ff94ee1fe0ffaf4 | |
parent | f47056e880574c923165577b77982ffe3395c510 [diff] |
drm: fix drm_fb_xrgb8888_to_rgb888_dstclip() Oops, the __iomem annotation was added to the header file only. Add it to the implementation (and documentation) too. Fixes: 5c5373b51bec ("drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dst") Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Link: http://patchwork.freedesktop.org/patch/msgid/20190411044932.13247-1-kraxel@redhat.com