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

Commit c7f16608 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

include: Fixup headers to pass KERNEL_HEADER_TEST



Fix up a bunch of headers so that they pass KERNEL_HEADER_TEST to ensure
that they are self-contained.

Change-Id: Ic0dedbad91f70263452c9a809333fe93c8ee2266
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 9195ca33
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
#ifndef __LINUX_BLUETOOTH_POWER_H
#define __LINUX_BLUETOOTH_POWER_H

#include <linux/types.h>

/*
 * voltage regulator information required for configuring the
 * bluetooth chipset
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

#include <dt-bindings/input/qcom,qpnp-power-on.h>
#include <linux/errno.h>
#include <linux/types.h>

/**
 * enum pon_trigger_source: List of PON trigger sources
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
typedef u64 av8l_fast_iopte;

struct io_pgtable_ops;
struct scatterlist;

#ifdef CONFIG_IOMMU_IO_PGTABLE_FAST

+6 −0
Original line number Diff line number Diff line
@@ -6,6 +6,12 @@
#ifndef _IPA_USB_H_
#define _IPA_USB_H_

#include <linux/if_ether.h>
#include <linux/ipa.h>
#include <linux/msm_gsi.h>
#include <linux/msm_ipa.h>
#include <linux/types.h>

enum ipa_usb_teth_prot {
	IPA_USB_RNDIS = 0,
	IPA_USB_ECM = 1,
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
#ifndef __MSM_GPI_H_
#define __MSM_GPI_H_

#include <linux/types.h>

struct __packed msm_gpi_tre {
	u32 dword[4];
};
@@ -196,6 +198,8 @@ struct msm_gpi_cb {
	struct msm_gpi_error_log error_log;
};

struct dma_chan;

struct gpi_client_info {
	/*
	 * memory for msm_gpi_cb is released after callback, clients shall
Loading