From: Anthony G. Basile Date: Sat, 24 Nov 2012 16:54:24 +0000 (-0500) Subject: doc: Remove unnecessary declarations from Documentation/accounting/getdelays.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~37^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801b295e4fd4a8c3344fcf523a12ef5ac41de889;p=pandora-kernel.git doc: Remove unnecessary declarations from Documentation/accounting/getdelays.c stime and utime are declared __u64 but are never used. On a glibc system this is harmless lint, but on a uClibc system, because of the difference in they way header files stack, including stdio.h brings in time.h and this causes a name collision with stime. Since these are useless anyhow, we remove them. Signed-off-by: Anthony G. Basile Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed