]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/asm-generic/dma-contiguous.h
cpufreq: Rename cpufreq_can_do_remote_dvfs()
[mirror_ubuntu-bionic-kernel.git] / include / asm-generic / dma-contiguous.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
02d31c7d
ZLK
2#ifndef _ASM_GENERIC_DMA_CONTIGUOUS_H
3#define _ASM_GENERIC_DMA_CONTIGUOUS_H
4
5#include <linux/types.h>
6
7static inline void
8dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) { }
9
10#endif