vchiq(4): Fix llvm build with only one loff_t definition.

Author: Taylor R Campbell <riastradh@NetBSD.org>
This commit is contained in:
martin 2022-02-06 12:12:08 +00:00
parent 4245dedbc3
commit c28e63064c
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,7 @@
#include <sys/callout.h>
#include <linux/completion.h>
#include <linux/types.h>
#include <asm/barrier.h>
/*
@ -255,7 +256,6 @@ int fatal_signal_pending(VCHIQ_THREAD_T);
#define PAGE_ALIGN(addr) round_page(addr)
typedef void irqreturn_t;
typedef off_t loff_t;
#define BCM2835_MBOX_CHAN_VCHIQ 3
#define bcm_mbox_write bcmmbox_write