commit | d5c003b4d1690e666dbab02bc8e705947baa848c | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Oct 15 22:01:24 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 16 11:21:30 2008 -0700 |
tree | 868edee78b635698429173a95ac4215b932f0155 | |
parent | 8e9c7716c138fa82d919bfe1115ec8c938e90918 [diff] |
include: replace __FUNCTION__ with __func__ __FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>