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

Commit 137d36af authored by Mikko Rapeli's avatar Mikko Rapeli Committed by Brian Norris
Browse files

mtd: mtd-user: remove stdint.h include



Kernel headers should use linux/types.h instead.

Signed-off-by: default avatarMikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent ab84fce5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@
#ifndef __MTD_USER_H__
#define __MTD_USER_H__

#include <stdint.h>

/* This file is blessed for inclusion by userspace */
#include <mtd/mtd-abi.h>