Commit ba112abe authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: svec-sysfs.c needs stat.h for vanilla kernels

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 58367912
......@@ -9,6 +9,7 @@
*/
#include <linux/device.h>
#include <linux/ctype.h>
#include <linux/stat.h>
#include "svec.h"
static ssize_t svec_show_bootloader_active(struct device *pdev,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment