]> git.baikalelectronics.ru Git - uboot.git/commit
bitops.h: Include bitsperlong.h as needed for GENMASK_ULL
authorStefan Roese <sr@denx.de>
Mon, 20 Feb 2017 15:50:26 +0000 (16:50 +0100)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:39:32 +0000 (07:39 +0200)
commite8bc9a470e5031cba357eceeb7d8da3192212072
treef53ef92d3ec78ac021dc6fbc40140e09af8dd259
parenta429104640f9fd0ad40dfd81de41bfe3d86bcb75
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>
include/linux/bitops.h