mirror of https://gitee.com/openkylin/linux.git
drm/i915: Remove useless define
Signed-off-by: Stéphane Marchesin <marcheu@chromium.org> Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
08c45263a6
commit
b3ae96a8ea
|
@ -59,7 +59,6 @@ typedef struct {
|
|||
int p2_slow, p2_fast;
|
||||
} intel_p2_t;
|
||||
|
||||
#define INTEL_P2_NUM 2
|
||||
typedef struct intel_limit intel_limit_t;
|
||||
struct intel_limit {
|
||||
intel_range_t dot, vco, n, m, m1, m2, p, p1;
|
||||
|
|
Loading…
Reference in New Issue