Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6

+3 -12
+1 -1
arch/sparc/Makefile
··· 34 34 # Renaming is done to avoid confusing pattern matching rules in 2.5.45 (multy-) 35 35 INIT_Y := $(patsubst %/, %/built-in.o, $(init-y)) 36 36 CORE_Y := $(core-y) 37 - CORE_Y += kernel/ mm/ fs/ ipc/ security/ crypto/ 37 + CORE_Y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ 38 38 CORE_Y := $(patsubst %/, %/built-in.o, $(CORE_Y)) 39 39 DRIVERS_Y := $(patsubst %/, %/built-in.o, $(drivers-y)) 40 40 NET_Y := $(patsubst %/, %/built-in.o, $(net-y))
-1
arch/sparc/lib/atomic32.c
··· 66 66 return ret != u; 67 67 } 68 68 69 - static inline void atomic_clear_mask(unsigned long mask, unsigned long *addr) 70 69 /* Atomic operations are already serializing */ 71 70 void atomic_set(atomic_t *v, int i) 72 71 {
-1
drivers/video/bw2.c
··· 121 121 unsigned long fbsize; 122 122 123 123 struct sbus_dev *sdev; 124 - struct list_head list; 125 124 }; 126 125 127 126 /**
-1
drivers/video/cg14.c
··· 206 206 int mode; 207 207 int ramsize; 208 208 struct sbus_dev *sdev; 209 - struct list_head list; 210 209 }; 211 210 212 211 static void __cg14_reset(struct cg14_par *par)
-1
drivers/video/cg3.c
··· 124 124 unsigned long fbsize; 125 125 126 126 struct sbus_dev *sdev; 127 - struct list_head list; 128 127 }; 129 128 130 129 /**
+1 -2
drivers/video/cg6.c
··· 265 265 unsigned long fbsize; 266 266 267 267 struct sbus_dev *sdev; 268 - struct list_head list; 269 268 }; 270 269 271 270 static int cg6_sync(struct fb_info *info) ··· 611 612 struct cg6_par *par = (struct cg6_par *) info->par; 612 613 struct cg6_tec __iomem *tec = par->tec; 613 614 struct cg6_fbc __iomem *fbc = par->fbc; 614 - u32 rev, conf, mode, tmp; 615 + u32 rev, conf, mode; 615 616 int i; 616 617 617 618 /* Turn off stuff in the Transform Engine. */
-1
drivers/video/ffb.c
··· 359 359 int prom_parent_node; 360 360 int dac_rev; 361 361 int board_type; 362 - struct list_head list; 363 362 }; 364 363 365 364 static void FFBFifo(struct ffb_par *par, int n)
-1
drivers/video/leo.c
··· 197 197 unsigned long fbsize; 198 198 199 199 struct sbus_dev *sdev; 200 - struct list_head list; 201 200 }; 202 201 203 202 static void leo_wait(struct leo_lx_krn __iomem *lx_krn)
-1
drivers/video/p9100.c
··· 140 140 unsigned long fbsize; 141 141 142 142 struct sbus_dev *sdev; 143 - struct list_head list; 144 143 }; 145 144 146 145 /**
+1 -2
drivers/video/tcx.c
··· 125 125 int lowdepth; 126 126 127 127 struct sbus_dev *sdev; 128 - struct list_head list; 129 128 }; 130 129 131 130 /* Reset control plane so that WID is 8-bit plane. */ ··· 443 444 444 445 tcx_reset(&all->info); 445 446 446 - tcx_blank(0, &all->info); 447 + tcx_blank(FB_BLANK_UNBLANK, &all->info); 447 448 448 449 if (fb_alloc_cmap(&all->info.cmap, 256, 0)) { 449 450 printk(KERN_ERR "tcx: Could not allocate color map.\n");