diff options
Diffstat (limited to 'linux-core/nv50_output.h')
-rw-r--r-- | linux-core/nv50_output.h | 2 |
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; |