Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

section fixes for cirrusfb

cirrusfb_zorro_unmap() may be called both from __devexit and (on
cleanup path) from __devinit. So it needs to be a normal function,
same as for cirrusfb_pci_unmap()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
f5ee051e 28959742

+1 -1
+1 -1
drivers/video/cirrusfb.c
··· 2049 2049 #endif /* CONFIG_PCI */ 2050 2050 2051 2051 #ifdef CONFIG_ZORRO 2052 - static void __devexit cirrusfb_zorro_unmap(struct fb_info *info) 2052 + static void cirrusfb_zorro_unmap(struct fb_info *info) 2053 2053 { 2054 2054 struct cirrusfb_info *cinfo = info->par; 2055 2055 struct zorro_dev *zdev = to_zorro_dev(info->device);