diff options
| author | 2020-04-14 09:19:50 +0200 | |
|---|---|---|
| committer | 2020-04-14 09:19:50 +0200 | |
| commit | a4721ced760684d1776bf31f7925aa41bb3f4846 (patch) | |
| tree | a76e23b60ecceed68b5fa4904f677fe20e304b6e /include/linux/raid | |
| parent | drm/bridge: analogix_dp: Split bind() into probe() and real bind() (diff) | |
| parent | Linux 5.7-rc1 (diff) | |
Merge v5.7-rc1 into drm-misc-fixes
Start the new drm-misc-fixes cycle.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/detect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/raid/detect.h b/include/linux/raid/detect.h new file mode 100644 index 000000000000..37dd3f40cd31 --- /dev/null +++ b/include/linux/raid/detect.h @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + +void md_autodetect_dev(dev_t dev); |
