repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
mmc
/
host
/
sdhci-pci-data.c
blob
18638fb363d873f933786da03c4f8b3e4d38ac61
1
// SPDX-License-Identifier: GPL-2.0-only
2
#include <linux/module.h>
3
#include <linux/mmc/sdhci-pci-data.h>
4
5
struct
sdhci_pci_data
*(*
sdhci_pci_get_data
)(
struct
pci_dev
*
pdev
,
int
slotno
);
6
EXPORT_SYMBOL_GPL
(
sdhci_pci_get_data
);