From: Arjan van de Ven Date: Fri, 25 Jul 2008 08:45:52 +0000 (-0700) Subject: Rename WARN() to WARNING() to clear the namespace X-Git-Tag: v2.6.27-rc1~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c63937001889af6fe431aaba97e59d04e028e7;p=pandora-kernel.git Rename WARN() to WARNING() to clear the namespace We want to use WARN() as a variant of WARN_ON(), however a few drivers are using WARN() internally. This patch renames these to WARNING() to avoid the namespace clash. A few cases were defining but not using the thing, for those cases I just deleted the definition. Signed-off-by: Arjan van de Ven Acked-by: Greg KH Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed