Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/src/branch/fourteen/include/asm-generic/dma-contiguous.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_GENERIC_DMA_CONTIGUOUS_H
|
|
#define _ASM_GENERIC_DMA_CONTIGUOUS_H
|
|
|
|
#include <linux/types.h>
|
|
|
|
static inline void
|
|
dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) { }
|
|
|
|
#endif
|
|
|