sdricoh_cs.c (e199e6136ce6b151e6638ae93dca60748424d900) | sdricoh_cs.c (1ac71e5a35eebee60cdcf15b3980bd94498f037b) |
---|---|
1/* 2 * sdricoh_cs.c - driver for Ricoh Secure Digital Card Readers that can be 3 * found on some Ricoh RL5c476 II cardbus bridge 4 * 5 * Copyright (C) 2006 - 2008 Sascha Sommer <saschasommer@freenet.de> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 16 unchanged lines hidden (view full) --- 25#define VERBOSE_DEBUG 26*/ 27#include <linux/delay.h> 28#include <linux/highmem.h> 29#include <linux/pci.h> 30#include <linux/ioport.h> 31#include <linux/scatterlist.h> 32 | 1/* 2 * sdricoh_cs.c - driver for Ricoh Secure Digital Card Readers that can be 3 * found on some Ricoh RL5c476 II cardbus bridge 4 * 5 * Copyright (C) 2006 - 2008 Sascha Sommer <saschasommer@freenet.de> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 16 unchanged lines hidden (view full) --- 25#define VERBOSE_DEBUG 26*/ 27#include <linux/delay.h> 28#include <linux/highmem.h> 29#include <linux/pci.h> 30#include <linux/ioport.h> 31#include <linux/scatterlist.h> 32 |
33#include <pcmcia/cs.h> | |
34#include <pcmcia/cistpl.h> 35#include <pcmcia/ds.h> 36#include <linux/io.h> 37 38#include <linux/mmc/host.h> 39 40#define DRIVER_NAME "sdricoh_cs" 41 --- 534 unchanged lines hidden --- | 33#include <pcmcia/cistpl.h> 34#include <pcmcia/ds.h> 35#include <linux/io.h> 36 37#include <linux/mmc/host.h> 38 39#define DRIVER_NAME "sdricoh_cs" 40 --- 534 unchanged lines hidden --- |