Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59a863a6 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Vijay Navnath Kamble
Browse files

genirq/irq_sim: Explicitly include slab.h



kfree() is used in the irq_sim code but slab.h is pulled in indirectly via
irq.h. Include it explicitly.

Change-Id: I86abfcf31dadbb11c2b5db6528bc61cf3d8e87a0
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/20180304121018.640-2-brgl@bgdev.pl
Git-commit: 34a866bd45d69754da1979e83a37bec6defc6295
Git-repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Signed-off-by: default avatarVijay Navnath Kamble <vkambl@codeaurora.org>
parent 3e55cfcb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
 * option) any later version.
 */

#include <linux/slab.h>
#include <linux/irq_sim.h>
#include <linux/irq.h>