drm/rockchip: fix error when build rockchip drm as modules
authorMark Yao <mark.yao@rock-chips.com>
Thu, 8 Sep 2016 06:02:27 +0000 (14:02 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 9 Sep 2016 08:41:17 +0000 (16:41 +0800)
commit8fc323e440405bdc63d64a28d2d009087be95530
tree9e9526e84fe30b47b39cf2e330fd466135a00f84
parentf2eda34716fca575d066ac762b5034d660865ad6
drm/rockchip: fix error when build rockchip drm as modules

fix build error:
drivers/gpu/drm/rockchip/rockchip_drm_fb.c:
    In function 'rockchip_drm_fb_destroy':
drivers/gpu/drm/rockchip/rockchip_drm_fb.c:74:21:
    error: 'struct rockchip_drm_fb' has no member named 'sgt'

Change-Id: I413391291be21ebf452bde340a788dcf2d1c76d4
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
drivers/gpu/drm/rockchip/rockchip_drm_fb.c