From: Marius Strobl <marius@FreeBSD.org>
To: linux-mmc@vger.kernel.org
Cc: Avri Altman <avri.altman@wdc.com>,
Ulf Hansson <ulf.hansson@linaro.org>,
Marius Strobl <marius@FreeBSD.org>
Subject: [PATCH 2/3] mmc-utils: Remove unused MMC_BLOCK_MAJOR
Date: Sat, 5 Feb 2022 20:56:46 +0000 [thread overview]
Message-ID: <20220205205647.7677-2-marius@FreeBSD.org> (raw)
In-Reply-To: <20220205205647.7677-1-marius@FreeBSD.org>
It was added in commit 294bf86972d6 ("mmc-utils: Remove dependency on
linux/major.h.") but never actually used, apparently.
Signed-off-by: Marius Strobl <marius@FreeBSD.org>
---
mmc.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/mmc.h b/mmc.h
index e9766d7..2ff6e66 100644
--- a/mmc.h
+++ b/mmc.h
@@ -19,9 +19,6 @@
#include <linux/mmc/ioctl.h>
-/* From kernel linux/major.h */
-#define MMC_BLOCK_MAJOR 179
-
/* From kernel linux/mmc/mmc.h */
#define MMC_SWITCH 6 /* ac [31:0] See below R1b */
#define MMC_SEND_EXT_CSD 8 /* adtc R1 */
--
2.31.1
next prev parent reply other threads:[~2022-02-05 20:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-05 20:56 [PATCH 1/3] mmc-utils: manpage: Document -c option for partitioning commands Marius Strobl
2022-02-05 20:56 ` Marius Strobl [this message]
2022-02-06 7:48 ` [PATCH 2/3] mmc-utils: Remove unused MMC_BLOCK_MAJOR Avri Altman
2022-02-05 20:56 ` [PATCH 3/3] mmc-utils: Display STROBE_SUPPORT when printing EXT_CSD Marius Strobl
2022-02-06 7:49 ` Avri Altman
2022-02-06 7:47 ` [PATCH 1/3] mmc-utils: manpage: Document -c option for partitioning commands Avri Altman
2022-02-08 15:18 ` Ulf Hansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220205205647.7677-2-marius@FreeBSD.org \
--to=marius@freebsd.org \
--cc=avri.altman@wdc.com \
--cc=linux-mmc@vger.kernel.org \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox