bus.c (f26e8817b235d8764363bffcc9cbfc61867371f2) | bus.c (4facdde11394d44b3869807841042d059f074a07) |
---|---|
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 --- 9 unchanged lines hidden (view full) --- 18#include <linux/stat.h> 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" | 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 --- 9 unchanged lines hidden (view full) --- 18#include <linux/stat.h> 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" |
|
26#include "sdio_cis.h" 27#include "bus.h" 28 29#define to_mmc_driver(d) container_of(d, struct mmc_driver, drv) 30 31static ssize_t type_show(struct device *dev, 32 struct device_attribute *attr, char *buf) 33{ --- 355 unchanged lines hidden --- | 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 --- |