Searched hist:"42 c4a23a55fbcccaabe9e3e76b00138185209a74" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | qsort.c | 42c4a23a55fbcccaabe9e3e76b00138185209a74 Tue Dec 06 13:37:16 UTC 2011 Simon Glass <sjg@chromium.org> Include common.h in qsort.c to fix build warning
exports.h no longer includes common.h, which contains assert(). qsort.c needs to be updated. This fixes this warning:
qsort.c: In function 'qsort': qsort.c:30:3: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration]
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Kumar Gala <galak@kernel.crashing.org> Tested-by: Heiko Schocher <hs@denx.de>
|