diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2021-08-12 23:36:56 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2021-08-12 23:36:56 +0300 |
| commit | 0dc76ecbbf15c43197f204c6631c6ef12f00d6ba (patch) | |
| tree | 208ef2b361b4ccdec2de963bfe6f40c09e8e65e8 /include/linux | |
| parent | a8c371f0cfe7224e4bc3f3f0495e54a035107653 (diff) | |
| parent | c28b584deb1bc81f8a2454b43c82cdda17ed29f6 (diff) | |
| download | linux-0dc76ecbbf15c43197f204c6631c6ef12f00d6ba.tar.xz | |
Merge tag 'memory-controller-drv-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/drivers
Memory controller drivers for v5.15
Few minor fixes: maintainer pattern, unused-function warning in
Tegra186 and suspend/resume in OMAP GPMC.
* tag 'memory-controller-drv-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
memory: omap-gpmc: Drop custom PM calls with cpu_pm notifier
memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unused
MAINTAINERS: update arm,pl353-smc.yaml reference
memory: tegra: fix unused-function warning
Link: https://lore.kernel.org/r/20210809152639.110576-1-krzysztof.kozlowski@canonical.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/omap-gpmc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/omap-gpmc.h b/include/linux/omap-gpmc.h index b7bf735960c2..082841908fe7 100644 --- a/include/linux/omap-gpmc.h +++ b/include/linux/omap-gpmc.h @@ -81,9 +81,6 @@ extern int gpmc_configure(int cmd, int wval); extern void gpmc_read_settings_dt(struct device_node *np, struct gpmc_settings *p); -extern void omap3_gpmc_save_context(void); -extern void omap3_gpmc_restore_context(void); - struct gpmc_timings; struct omap_nand_platform_data; struct omap_onenand_platform_data; |
