Home
last modified time | relevance | path

Searched hist:e1b27d27a64d3b007c877f48a1aa106d228db7fc (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dbitops.he1b27d27a64d3b007c877f48a1aa106d228db7fc Mon Feb 20 15:50:26 UTC 2017 Stefan Roese <sr@denx.de> bitops.h: Include bitsperlong.h as needed for GENMASK_ULL

The macro GENMASK_ULL needs the BITS_PER_LONG_LONG macro which is
defined in the bitsperlong.h header. Lets include this header as
the upcoming A7k/8k support in the Marvell mvpp2 ethernet driver
uses this macro.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>