Browse Source

drm/radeon: remove obsolete kfd_bo from radeon_device

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Oded Gabbay 10 years ago
parent
commit
6876f98bfe
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpu/drm/radeon/radeon.h

+ 0 - 1
drivers/gpu/drm/radeon/radeon.h

@@ -2458,7 +2458,6 @@ struct radeon_device {
 
 
 	/* amdkfd interface */
 	/* amdkfd interface */
 	struct kfd_dev		*kfd;
 	struct kfd_dev		*kfd;
-	struct radeon_sa_manager	kfd_bo;
 
 
 	struct mutex	mn_lock;
 	struct mutex	mn_lock;
 	DECLARE_HASHTABLE(mn_hash, 7);
 	DECLARE_HASHTABLE(mn_hash, 7);