Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a16bc45 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

headers_check fix: powerpc, spu_info.h



fix the following 'make headers_check' warning:

  usr/include/asm-powerpc/spu_info.h:27: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
parent 122bb220
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -23,9 +23,10 @@
#ifndef _SPU_INFO_H
#ifndef _SPU_INFO_H
#define _SPU_INFO_H
#define _SPU_INFO_H


#include <linux/types.h>

#ifdef __KERNEL__
#ifdef __KERNEL__
#include <asm/spu.h>
#include <asm/spu.h>
#include <linux/types.h>
#else
#else
struct mfc_cq_sr {
struct mfc_cq_sr {
	__u64 mfc_cq_data0_RW;
	__u64 mfc_cq_data0_RW;