mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 07:30:54 +07:00
652bcd8f72
Most of the omap1 MMC boards got broken by an earlier patch
138ab9f832
. If you look closely,
the MMC init funtions are pretty much just stubs.
Remove broken init code to make room for cleaner MMC init code.
Cc: Pierre Ossman <drzeus-mmc@drzeus.cx>
Signed-off-by: Tony Lindgren <tony@atomide.com>
25 lines
614 B
C
25 lines
614 B
C
/*
|
|
* linux/arch/arm/mach-omap1/board-h3-mmc.c
|
|
*
|
|
* Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT
|
|
* Author: Felipe Balbi <felipe.lima@indt.org.br>
|
|
*
|
|
* This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is:
|
|
* Copyright (C) 2006 Nokia Corporation
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#include <mach/mmc.h>
|
|
#include <mach/gpio.h>
|
|
|
|
void __init h3_mmc_init(void)
|
|
{
|
|
}
|
|
|
|
void h3_mmc_slot_cover_handler(void *arg, int state)
|
|
{
|
|
}
|