aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/via-cuda.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-02-17 15:11:43 -0500
committerJeff Garzik <jeff@garzik.org>2007-02-17 15:11:43 -0500
commitf630fe2817601314b2eb7ca5ddc23c7834646731 (patch)
tree3bfb4939b7bbc3859575ca8b58fa3f929b015941 /drivers/macintosh/via-cuda.c
parent48c871c1f6a7c7044dd76774fb469e65c7e2e4e8 (diff)
parent8a03d9a498eaf02c8a118752050a5154852c13bf (diff)
Merge branch 'master' into upstream
Diffstat (limited to 'drivers/macintosh/via-cuda.c')
-rw-r--r--drivers/macintosh/via-cuda.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/macintosh/via-cuda.c b/drivers/macintosh/via-cuda.c
index df66291b1322..d58fcf6cca0a 100644
--- a/drivers/macintosh/via-cuda.c
+++ b/drivers/macintosh/via-cuda.c
@@ -13,7 +13,6 @@
13#include <linux/errno.h> 13#include <linux/errno.h>
14#include <linux/kernel.h> 14#include <linux/kernel.h>
15#include <linux/delay.h> 15#include <linux/delay.h>
16#include <linux/sched.h>
17#include <linux/adb.h> 16#include <linux/adb.h>
18#include <linux/cuda.h> 17#include <linux/cuda.h>
19#include <linux/spinlock.h> 18#include <linux/spinlock.h>
@@ -86,7 +85,7 @@ static int data_index;
86#ifdef CONFIG_PPC 85#ifdef CONFIG_PPC
87static struct device_node *vias; 86static struct device_node *vias;
88#endif 87#endif
89static int cuda_fully_inited = 0; 88static int cuda_fully_inited;
90 89
91#ifdef CONFIG_ADB 90#ifdef CONFIG_ADB
92static int cuda_probe(void); 91static int cuda_probe(void);