diff options
Diffstat (limited to 'drivers/video/geode/display_gx1.c')
| -rw-r--r-- | drivers/video/geode/display_gx1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/geode/display_gx1.c b/drivers/video/geode/display_gx1.c index f4983879fcc4..926d53eeb549 100644 --- a/drivers/video/geode/display_gx1.c +++ b/drivers/video/geode/display_gx1.c | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #include "geodefb.h" | 22 | #include "geodefb.h" |
| 23 | #include "display_gx1.h" | 23 | #include "display_gx1.h" |
| 24 | 24 | ||
| 25 | static spinlock_t gx1_conf_reg_lock = SPIN_LOCK_UNLOCKED; | 25 | static DEFINE_SPINLOCK(gx1_conf_reg_lock); |
| 26 | 26 | ||
| 27 | static u8 gx1_read_conf_reg(u8 reg) | 27 | static u8 gx1_read_conf_reg(u8 reg) |
| 28 | { | 28 | { |
