Skip to content

Commit

Permalink
termbits.h: Remove posix_types.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ij-intel authored and gregkh committed May 19, 2022
1 parent c9b3408 commit 44e0b16
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions arch/alpha/include/uapi/asm/termbits.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions arch/mips/include/uapi/asm/termbits.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions arch/parisc/include/uapi/asm/termbits.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions arch/sparc/include/uapi/asm/termbits.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down
2 changes: 0 additions & 2 deletions include/uapi/asm-generic/termbits.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 44e0b16

Please sign in to comment.