gpu: nvgpu: Remove Linux include from allocator.h

Remove an unnecessary Linux include from allocator.h.

Change-Id: I737944746ffbcc6f20f2fa5c87f112f9393ed6bc
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: http://git-master/r/1472366
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Alex Waterman
2017-04-28 12:13:50 -07:00
committed by mobile promotions
parent 9bd9ffa002
commit 1f07668338

View File

@@ -14,11 +14,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NVGPU_ALLOCATOR_H
#define NVGPU_ALLOCATOR_H
#ifndef __NVGPU_ALLOCATOR_H__
#define __NVGPU_ALLOCATOR_H__
#include <linux/seq_file.h>
#include <linux/platform_device.h>
#include <nvgpu/lock.h>
#include <nvgpu/list.h>