mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 17:33:01 +00:00
staging: gasket: page table: fix header file include guard symbol
The include guard symbol for gasket_page_table.h is out-of-date. Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d29f6c19b0
commit
799d8a8e05
@ -9,8 +9,8 @@
|
||||
* Copyright (C) 2018 Google, Inc.
|
||||
*/
|
||||
|
||||
#ifndef __GASKET_ADDR_TRNSL_H__
|
||||
#define __GASKET_ADDR_TRNSL_H__
|
||||
#ifndef __GASKET_PAGE_TABLE_H__
|
||||
#define __GASKET_PAGE_TABLE_H__
|
||||
|
||||
#include <linux/pci.h>
|
||||
#include <linux/types.h>
|
||||
@ -246,4 +246,4 @@ void gasket_free_coherent_memory_all(struct gasket_dev *gasket_dev,
|
||||
int gasket_set_user_virt(struct gasket_dev *gasket_dev, uint64_t size,
|
||||
dma_addr_t dma_address, ulong vma);
|
||||
|
||||
#endif
|
||||
#endif /* __GASKET_PAGE_TABLE_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user