Commit 44e0b165 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Greg Kroah-Hartman
Browse files

termbits.h: Remove posix_types.h include



Nothing in termbits seems to require anything from linux/posix_types.h.

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20220509093446.6677-4-ilpo.jarvinen@linux.intel.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c9b34088
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
#ifndef _ALPHA_TERMBITS_H
#define _ALPHA_TERMBITS_H

#include <linux/posix_types.h>

#include <asm-generic/termbits-common.h>

typedef unsigned int	tcflag_t;
+0 −2
Original line number Diff line number Diff line
@@ -11,8 +11,6 @@
#ifndef _ASM_TERMBITS_H
#define _ASM_TERMBITS_H

#include <linux/posix_types.h>

#include <asm-generic/termbits-common.h>

typedef unsigned int	tcflag_t;
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
#ifndef __ARCH_PARISC_TERMBITS_H__
#define __ARCH_PARISC_TERMBITS_H__

#include <linux/posix_types.h>

#include <asm-generic/termbits-common.h>

typedef unsigned int	tcflag_t;
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
#ifndef _UAPI_SPARC_TERMBITS_H
#define _UAPI_SPARC_TERMBITS_H

#include <linux/posix_types.h>

#include <asm-generic/termbits-common.h>

#if defined(__sparc__) && defined(__arch64__)
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
#ifndef __ASM_GENERIC_TERMBITS_H
#define __ASM_GENERIC_TERMBITS_H

#include <linux/posix_types.h>

#include <asm-generic/termbits-common.h>

typedef unsigned int	tcflag_t;