]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: printk: include asm/bitops.h directly
authorAntonios Motakis <antonios.motakis@huawei.com>
Wed, 12 Aug 2015 16:21:58 +0000 (18:21 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 16 Sep 2015 06:24:58 +0000 (08:24 +0200)
commitebac4631e048a9eca976b8eb6ee0a3d38d0145d1
treed9600b269de5b71d5145da3d6f5d5fdbc7b85c48
parent3da2c8e45a16c18b6ef28a982bf3d18289b4747a
core: printk: include asm/bitops.h directly

Currently the implementation in hypervisor/printk.c assumes asm/bitops.h
will be included by asm/spinlock.h. Since this implementation is using
bitops directly, we include the right header file.

Signed-off-by: Antonios Motakis <antonios.motakis@huawei.com>
[Jan: adjust to alphabetic ordering]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/printk.c