repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
raid
/
detect.h
blob
1f029a71c3ef05f7f453e2bd7f4b470ee0b840c9
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
void
md_autodetect_dev
(
dev_t dev
);
4
5
#ifdef CONFIG_BLK_DEV_MD
6
void
md_run_setup
(
void
);
7
#else
8
static
inline
void
md_run_setup
(
void
)
9
{
10
}
11
#endif