Skip to content

Commit

Permalink
drm/i915: remove unused mem_block struct definition
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Mika Kuoppala authored and Daniel Vetter committed Oct 22, 2012
1 parent 9cd300e commit 9ec1561
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ struct drm_i915_gem_phys_object {
struct drm_i915_gem_object *cur_obj;
};

struct mem_block {
struct mem_block *next;
struct mem_block *prev;
int start;
int size;
struct drm_file *file_priv; /* NULL: free, -1: heap, other: real files */
};

struct opregion_header;
struct opregion_acpi;
struct opregion_swsci;
Expand Down

0 comments on commit 9ec1561

Please sign in to comment.