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

Commit 4cb32906 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by Pierre Ossman
Browse files

MMC: tmio_mmc.h: fix build problem



drivers/mmc/host/tmio_mmc.h: In function 'tmio_mmc_kmap_atomic':
drivers/mmc/host/tmio_mmc.h:147: error: implicit declaration of function 'kmap_atomic'
drivers/mmc/host/tmio_mmc.h:147: error: 'KM_BIO_SRC_IRQ' undeclared (first use in this function)
drivers/mmc/host/tmio_mmc.h: In function 'tmio_mmc_kunmap_atomic':
drivers/mmc/host/tmio_mmc.h:153: error: implicit declaration of function 'kunmap_atomic'
drivers/mmc/host/tmio_mmc.h:153: error: 'KM_BIO_SRC_IRQ' undeclared (first use in this function)

Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent bedcc45c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,9 @@
 * published by the Free Software Foundation.
 * published by the Free Software Foundation.
 *
 *
 */
 */

#include <linux/highmem.h>

#define CNF_CMD     0x04
#define CNF_CMD     0x04
#define CNF_CTL_BASE   0x10
#define CNF_CTL_BASE   0x10
#define CNF_INT_PIN  0x3d
#define CNF_INT_PIN  0x3d