Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 18594 | Differences between
and this patch

Collapse All | Expand All

(-)linux-original/include/pcmcia/ds.h (-1 / +1 lines)
Lines 31-37 Link Here
31
#define _LINUX_DS_H
31
#define _LINUX_DS_H
32
32
33
#include <pcmcia/bulkmem.h>
33
#include <pcmcia/bulkmem.h>
34
#include <linux/device.h>
35
#include <pcmcia/cs_types.h>
34
#include <pcmcia/cs_types.h>
36
35
37
typedef struct tuple_parse_t {
36
typedef struct tuple_parse_t {
Lines 107-112 Link Here
107
#define DS_BIND_MTD			_IOWR('d', 64, mtd_info_t)
106
#define DS_BIND_MTD			_IOWR('d', 64, mtd_info_t)
108
107
109
#ifdef __KERNEL__
108
#ifdef __KERNEL__
109
#include <linux/device.h>
110
110
111
typedef struct dev_node_t {
111
typedef struct dev_node_t {
112
    char		dev_name[DEV_NAME_LEN];
112
    char		dev_name[DEV_NAME_LEN];

Return to bug 18594