mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
10
arch/avr32/include/asm/pci.h
Normal file
10
arch/avr32/include/asm/pci.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef __ASM_AVR32_PCI_H__
|
||||
#define __ASM_AVR32_PCI_H__
|
||||
|
||||
/* We don't support PCI yet, but some drivers require this file anyway */
|
||||
|
||||
#define PCI_DMA_BUS_IS_PHYS (1)
|
||||
|
||||
#include <asm-generic/pci-dma-compat.h>
|
||||
|
||||
#endif /* __ASM_AVR32_PCI_H__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue