提交 799d8a8e 编写于 作者: T Todd Poynor 提交者: Greg Kroah-Hartman

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: NTodd Poynor <toddpoynor@google.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d29f6c19
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
* Copyright (C) 2018 Google, Inc. * Copyright (C) 2018 Google, Inc.
*/ */
#ifndef __GASKET_ADDR_TRNSL_H__ #ifndef __GASKET_PAGE_TABLE_H__
#define __GASKET_ADDR_TRNSL_H__ #define __GASKET_PAGE_TABLE_H__
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/types.h> #include <linux/types.h>
...@@ -246,4 +246,4 @@ void gasket_free_coherent_memory_all(struct gasket_dev *gasket_dev, ...@@ -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, int gasket_set_user_virt(struct gasket_dev *gasket_dev, uint64_t size,
dma_addr_t dma_address, ulong vma); dma_addr_t dma_address, ulong vma);
#endif #endif /* __GASKET_PAGE_TABLE_H__ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册