aboutsummaryrefslogtreecommitdiff
path: root/linux-core/nv50_connector.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-06-27 18:58:13 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-06-27 18:58:13 +0200
commit91c742663a618e81da69ad4f098321d9af56d636 (patch)
tree0b3bf333ce0f5753d5b92d07a7187720aba56e01 /linux-core/nv50_connector.h
parent9f28da80f6cc8e45670b217a2483983f2838095d (diff)
NV50: use list_head item instead of list_head head to avoid confusion
Diffstat (limited to 'linux-core/nv50_connector.h')
-rw-r--r--linux-core/nv50_connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_connector.h b/linux-core/nv50_connector.h
index c70d6ef4..484227a0 100644
--- a/linux-core/nv50_connector.h
+++ b/linux-core/nv50_connector.h
@@ -38,7 +38,7 @@
#define CONNECTOR_TV 5
struct nv50_connector {
- struct list_head head;
+ struct list_head item;
struct drm_device *dev;
int type;