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

Commit dc9b4806 authored by Todd Kjos's avatar Todd Kjos
Browse files

ANDROID: fix kernelci build-break in lowmemorykiller



<linux/poll.h> was not included by lowmemorykiller.c
resulting in a kernelci build-break due to no definition
for 'poll_table'.

Fixes: 941128ef ("ANDROID: Communicates LMK events to
userland where they can be logged")
Signed-off-by: default avatarTodd Kjos <tkjos@google.com>

Change-Id: I5fb2d1d8f6e5afbdd00fbf017df37ec2e8b9ff9e
parent bf4125bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
#include <linux/circ_buf.h>
#include <linux/proc_fs.h>
#include <linux/slab.h>
#include <linux/poll.h>

#define CREATE_TRACE_POINTS
#include "trace/lowmemorykiller.h"