summaryrefslogtreecommitdiff
path: root/linux-core/nv50_output.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_output.h
parent9f28da80f6cc8e45670b217a2483983f2838095d (diff)
NV50: use list_head item instead of list_head head to avoid confusion
Diffstat (limited to 'linux-core/nv50_output.h')
-rw-r--r--linux-core/nv50_output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_output.h b/linux-core/nv50_output.h
index 7a6f9c7e..a5faf050 100644
--- a/linux-core/nv50_output.h
+++ b/linux-core/nv50_output.h
@@ -36,7 +36,7 @@
#define OUTPUT_TV 4
struct nv50_output {
- struct list_head head;
+ struct list_head item;
struct drm_device *dev;
int bus;