fast-classifier: Fix compile error on 4.4 and later kernels
The return value of genlmsg_end() function was changed
from int to void after 3.19 kernel.
The details of this change are in the following commit
after 3.19 kernel versions.
commit 053c095a82cf773075e83d7233b5cc19a1f73ece
Author: Johannes Berg <johannes.berg@intel.com>
Date: Fri Jan 16 22:09:00 2015 +0100
netlink: make nlmsg_end() and genlmsg_end() void
Change-Id: I259f8983467355e98a909ae10fad32f7f6c34e16
Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>
1 file changed