aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/mmc/mmc_xpt.c
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2020-05-16 14:33:08 +0000
committerConrad Meyer <cem@FreeBSD.org>2020-05-16 14:33:08 +0000
commit9982b3ee29ea3eae5466c7d6daf9b5d2e1cf1374 (patch)
tree7dcd9af1d10d9a819e2a5b5e35570175cd62fc8f /sys/cam/mmc/mmc_xpt.c
parentcf9f2ca3efac23e0f9907fa84eb4e60c71575df0 (diff)
downloadsrc-9982b3ee29ea3eae5466c7d6daf9b5d2e1cf1374.tar.gz
src-9982b3ee29ea3eae5466c7d6daf9b5d2e1cf1374.zip
cam: ANSIfy 0-argument function definitions
No functional change. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D24854
Notes
Notes: svn path=/head/; revision=361111
Diffstat (limited to 'sys/cam/mmc/mmc_xpt.c')
-rw-r--r--sys/cam/mmc/mmc_xpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/mmc/mmc_xpt.c b/sys/cam/mmc/mmc_xpt.c
index f70dbec5ee49..b4ea0968d135 100644
--- a/sys/cam/mmc/mmc_xpt.c
+++ b/sys/cam/mmc/mmc_xpt.c
@@ -467,7 +467,7 @@ PERIPHDRIVER_DECLARE(mmcprobe, probe_driver);
#define CARD_ID_FREQUENCY 400000 /* Spec requires 400kHz max during ID phase. */
static void
-probe_periph_init()
+probe_periph_init(void)
{
}