termbits.h: Remove posix_types.h include

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

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20220509093446.6677-4-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ilpo Järvinen 2022-05-09 12:34:46 +03:00 committed by Greg Kroah-Hartman
parent c9b34088e8
commit 44e0b165b6
5 changed files with 0 additions and 10 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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__)

View file

@ -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;