From: Randy Dunlap Date: Tue, 23 Mar 2010 20:35:24 +0000 (-0700) Subject: scripts/kernel-doc: fix fatal error on function prototype X-Git-Tag: v2.6.34-rc3~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20072205fcdf7d85cd3101f1f11dfab333c5fd0c;p=pandora-kernel.git scripts/kernel-doc: fix fatal error on function prototype Fix a fatal error in scripts/kernel-doc when a function signature uses __init_or_module (just ignore that string): Error(drivers/base/platform.c:568): cannot understand prototype: 'struct platform_device * __init_or_module platform_create_bundle(struct platform_driver *driver, int (*probe)(struct platform_device *), struct resource *res, unsigned int n_res, const void *data, size_t size) ' Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed