On 12-05-07 04:05 PM, Bernhard Rosenkränzer wrote:
Hi,
On 7 May 2012 23:40, Mathieu Poirier mathieu.poirier@linaro.org wrote:
Good day y'all,
Many of you have received a gerrit review request that concerns Gator and a kernel API change that happened between 3.3 and 3.4. If you maintain a build associated to a board, please review.
Looks good to me, but I wonder if just fixing the code to handle both cases wouldn't be smarter...
#include <linux/version.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0) d_alloc_root #else d_make_root #endif
ttyl bero
Done:http://git.linaro.org/gitweb?p=arm/ds5/gator.git%3Ba=shortlog%3Bh=refs/heads...