bus.c (4facdde11394d44b3869807841042d059f074a07) | bus.c (5857b29b96dcf208e4903ec6f20d132e6a77cac2) |
---|---|
1/* 2 * linux/drivers/mmc/core/bus.c 3 * 4 * Copyright (C) 2003 Russell King, All Rights Reserved. 5 * Copyright (C) 2007 Pierre Ossman 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 version 2 as --- 10 unchanged lines hidden (view full) --- 19#include <linux/of.h> 20#include <linux/pm_runtime.h> 21 22#include <linux/mmc/card.h> 23#include <linux/mmc/host.h> 24 25#include "core.h" 26#include "card.h" | 1/* 2 * linux/drivers/mmc/core/bus.c 3 * 4 * Copyright (C) 2003 Russell King, All Rights Reserved. 5 * Copyright (C) 2007 Pierre Ossman 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 version 2 as --- 10 unchanged lines hidden (view full) --- 19#include <linux/of.h> 20#include <linux/pm_runtime.h> 21 22#include <linux/mmc/card.h> 23#include <linux/mmc/host.h> 24 25#include "core.h" 26#include "card.h" |
27#include "host.h" |
|
27#include "sdio_cis.h" 28#include "bus.h" 29 30#define to_mmc_driver(d) container_of(d, struct mmc_driver, drv) 31 32static ssize_t type_show(struct device *dev, 33 struct device_attribute *attr, char *buf) 34{ --- 355 unchanged lines hidden --- | 28#include "sdio_cis.h" 29#include "bus.h" 30 31#define to_mmc_driver(d) container_of(d, struct mmc_driver, drv) 32 33static ssize_t type_show(struct device *dev, 34 struct device_attribute *attr, char *buf) 35{ --- 355 unchanged lines hidden --- |