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

Commit 2099c99e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] missing includes of io.h

parent 01600231
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
#include <linux/ktime.h>
#include <linux/mutex.h>
#include <linux/time.h>
#include <asm/io.h>

/***************
 * Definitions *
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <linux/mmc/protocol.h>
#include <linux/mmc/host.h>
#include <linux/highmem.h>
#include <asm/io.h>

#define DRIVER_NAME "tifm_sd"
#define DRIVER_VERSION "0.6"