In an earlier patch-set I was replacing a set of defines in staging xgifb driver that hides the synchronization mechanism used to access critical sections. As Dan Carpenter pointed me, this code depende on the accelerator engine being activated (XGIfb_accel != 0), but in current driver this seems to be always deactivated (XGIfb_accel == 0). So this patchset removes all the unused code and this spinlock conditional compilation logic only used in the acceleration mode code. The patch-set is composed of the following patches: [PATCH 1/3] Staging: xgifb: Removes dead code [PATCH 2/3] Staging: xgifb: Remove unused functions [PATCH 3/3] Staging: xgifb: Remove unused spinlock conditional compilation logic _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel