]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-omap1/board-h3-mmc.c
omap mmc: Remove broken MMC init code
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-omap1 / board-h3-mmc.c
CommitLineData
138ab9f8
FB
1/*
2 * linux/arch/arm/mach-omap1/board-h3-mmc.c
3 *
4 * Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT
5 * Author: Felipe Balbi <felipe.lima@indt.org.br>
6 *
7 * This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is:
8 * Copyright (C) 2006 Nokia Corporation
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 */
14
a09e64fb
RK
15#include <mach/mmc.h>
16#include <mach/gpio.h>
138ab9f8 17
138ab9f8
FB
18void __init h3_mmc_init(void)
19{
20}
21
22void h3_mmc_slot_cover_handler(void *arg, int state)
23{
24}