| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mach-integrator/integrator_cp.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2003 Deep Blue Solutions Ltd |
|---|
| 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. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | #include <linux/kernel.h> |
|---|
| 11 | 8 | #include <linux/amba/mmci.h> |
|---|
| .. | .. |
|---|
| 80 | 77 | static struct mmci_platform_data mmc_data = { |
|---|
| 81 | 78 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
|---|
| 82 | 79 | .status = mmc_status, |
|---|
| 83 | | - .gpio_wp = -1, |
|---|
| 84 | | - .gpio_cd = -1, |
|---|
| 85 | 80 | }; |
|---|
| 86 | 81 | |
|---|
| 87 | 82 | static u64 notrace intcp_read_sched_clock(void) |
|---|