hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/mmc/core/sdio_ops.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/drivers/mmc/sdio_ops.c
34 *
45 * Copyright 2006-2007 Pierre Ossman
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or (at
9
- * your option) any later version.
106 */
117
128 #ifndef _MMC_SDIO_OPS_H
....@@ -25,7 +21,6 @@
2521 int mmc_io_rw_extended(struct mmc_card *card, int write, unsigned fn,
2622 unsigned addr, int incr_addr, u8 *buf, unsigned blocks, unsigned blksz);
2723 int sdio_reset(struct mmc_host *host);
28
-unsigned int mmc_align_data_size(struct mmc_card *card, unsigned int sz);
2924 void sdio_irq_work(struct work_struct *work);
3025
3126 static inline bool sdio_is_io_busy(u32 opcode, u32 arg)