Prev: [PATCH 2/3] kernel/power/swap.c: do not use end_swap_bio_read
Next: [git pull] fatfs-2.6 patches
From: Mike Frysinger on 22 May 2010 14:30 On Thu, Mar 25, 2010 at 21:40, Henrik Kretzschmar wrote: > This patch fixes three section mismatches. fixes things for me too, thanks Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> should go into stable too i think ... but i guess it needs to be merged for 2.6.35 first ... -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Mike Frysinger on 22 May 2010 22:20 On Thu, Mar 25, 2010 at 21:40, Henrik Kretzschmar wrote: _device_init(struct pm860x_chip *chip, > - struct pm860x_platform_data *pdata); > -extern void pm860x_device_exit(struct pm860x_chip *chip); > + struct pm860x_platform_data *pdata) __devinit ; > +extern void pm860x_device_exit(struct pm860x_chip *chip) __devexit ; > > #endif /* __LINUX_MFD_88PM860X_H */ i took a second look and noticed that this hunk is useless. as long as the func definitions have proper markings, the prototypes wrt section markings here is irrelevant. plus, you add a spurious space before the semicolon. -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 2/3] kernel/power/swap.c: do not use end_swap_bio_read Next: [git pull] fatfs-2.6 patches |