diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-06-24 16:31:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-06-24 16:31:50 +1000 |
commit | 8b169b5f1f46da8ece1ce7304cda7155fffe3892 (patch) | |
tree | ca9f6a94651965121aea3ac0ccd7f63bf79f5f41 /drivers/gpu/drm/ttm/ttm_bo_vm.c | |
parent | 5b6345be1b41db5e70f90c3559c3b40c8abcde8b (diff) | |
download | linux-stable-8b169b5f1f46da8ece1ce7304cda7155fffe3892.tar.gz linux-stable-8b169b5f1f46da8ece1ce7304cda7155fffe3892.tar.bz2 linux-stable-8b169b5f1f46da8ece1ce7304cda7155fffe3892.zip |
drm: remove unused #include <linux/version.h>'s
Remove unused #include <linux/version.h>('s) in
drivers/gpu/drm/ttm/ttm_bo_util.c
drivers/gpu/drm/ttm/ttm_bo_vm.c
drivers/gpu/drm/ttm/ttm_tt.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_bo_vm.c')
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_bo_vm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo_vm.c b/drivers/gpu/drm/ttm/ttm_bo_vm.c index 27b146c54fbc..40b75032ea47 100644 --- a/drivers/gpu/drm/ttm/ttm_bo_vm.c +++ b/drivers/gpu/drm/ttm/ttm_bo_vm.c @@ -32,7 +32,6 @@ #include <ttm/ttm_bo_driver.h> #include <ttm/ttm_placement.h> #include <linux/mm.h> -#include <linux/version.h> #include <linux/rbtree.h> #include <linux/module.h> #include <linux/uaccess.h> |