diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2008-06-27 18:58:13 +0200 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2008-06-27 18:58:13 +0200 |
commit | 91c742663a618e81da69ad4f098321d9af56d636 (patch) | |
tree | 0b3bf333ce0f5753d5b92d07a7187720aba56e01 /linux-core/nv50_crtc.h | |
parent | 9f28da80f6cc8e45670b217a2483983f2838095d (diff) |
NV50: use list_head item instead of list_head head to avoid confusion
Diffstat (limited to 'linux-core/nv50_crtc.h')
-rw-r--r-- | linux-core/nv50_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_crtc.h b/linux-core/nv50_crtc.h index b63c5a22..de9a33f2 100644 --- a/linux-core/nv50_crtc.h +++ b/linux-core/nv50_crtc.h @@ -34,7 +34,7 @@ struct nv50_lut; struct nv50_fb; struct nv50_crtc { - struct list_head head; + struct list_head item; struct drm_device *dev; int index; |