Keep fb_sys_fops module needed for ast support (#1272658)

Ends up the drm_kms_helper module depends on fb_sys_fops so keep that as well.

Resolves: rhbz#1272658
This commit is contained in:
Brian C. Lane 2016-07-18 14:37:35 -07:00
parent a1ef3b009b
commit 6a8663c270
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ removekmod sound drivers/media drivers/hwmon \
removekmod drivers/char --allbut virtio_console hw_random \
virtio-rng ipmi
removekmod drivers/staging --allbut zram
removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt
removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops
remove lib/modules/*/{build,source,*.map}
## NOTE: depmod gets re-run after cleanup finishes