]> git.proxmox.com Git - mirror_frr.git/commit
pim6d: fix Linux kernel header macro
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 May 2022 12:56:57 +0000 (14:56 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 6 May 2022 10:06:27 +0000 (12:06 +0200)
commitbeb016c8fa9ae8f6d66f50b618398e36c9b7b1f7
tree66ed96b2b24e13aaddb104e07c6d19825f92ac17
parent00b0b7484735d7ffbd8897613cfb96e1ba02f67b
pim6d: fix Linux kernel header macro

__KERNEL_DIV_ROUND_UP isn't in older versions of linux/const.h.  Rather
than pull in more headers, just inline the definition.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
include/linux/mroute6.h