License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.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