linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: remove unused <asm/limits.h>
@ 2019-03-29 15:44 Masahiro Yamada
  2019-03-29 20:41 ` Mukesh Ojha
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2019-03-29 15:44 UTC (permalink / raw)
  To: patches; +Cc: Masahiro Yamada, linux-arm-kernel, Russell King, linux-kernel

No one includes this.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Version: 5.1-rc2


 arch/arm/include/asm/limits.h | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 arch/arm/include/asm/limits.h

diff --git a/arch/arm/include/asm/limits.h b/arch/arm/include/asm/limits.h
deleted file mode 100644
index ab15937..0000000
--- a/arch/arm/include/asm/limits.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ASM_PIPE_H
-#define __ASM_PIPE_H
-
-#ifndef PAGE_SIZE
-#include <asm/page.h>
-#endif
-
-#define PIPE_BUF	PAGE_SIZE
-
-#endif
-
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: remove unused <asm/limits.h>
  2019-03-29 15:44 [PATCH] ARM: remove unused <asm/limits.h> Masahiro Yamada
@ 2019-03-29 20:41 ` Mukesh Ojha
  0 siblings, 0 replies; 4+ messages in thread
From: Mukesh Ojha @ 2019-03-29 20:41 UTC (permalink / raw)
  To: Masahiro Yamada, patches; +Cc: linux-arm-kernel, Russell King, linux-kernel


On 3/29/2019 9:14 PM, Masahiro Yamada wrote:
> No one includes this.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---


Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh

>
> Version: 5.1-rc2
>
>
>   arch/arm/include/asm/limits.h | 12 ------------
>   1 file changed, 12 deletions(-)
>   delete mode 100644 arch/arm/include/asm/limits.h
>
> diff --git a/arch/arm/include/asm/limits.h b/arch/arm/include/asm/limits.h
> deleted file mode 100644
> index ab15937..0000000
> --- a/arch/arm/include/asm/limits.h
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> -#ifndef __ASM_PIPE_H
> -#define __ASM_PIPE_H
> -
> -#ifndef PAGE_SIZE
> -#include <asm/page.h>
> -#endif
> -
> -#define PIPE_BUF	PAGE_SIZE
> -
> -#endif
> -

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: remove unused <asm/limits.h>
@ 2019-03-29 15:52 Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2019-03-29 15:52 UTC (permalink / raw)
  To: patches; +Cc: Masahiro Yamada, linux-arm-kernel, Russell King, linux-kernel

No one includes this.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

KernelVersion: 5.1-rc2


 arch/arm/include/asm/limits.h | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 arch/arm/include/asm/limits.h

diff --git a/arch/arm/include/asm/limits.h b/arch/arm/include/asm/limits.h
deleted file mode 100644
index ab15937..0000000
--- a/arch/arm/include/asm/limits.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ASM_PIPE_H
-#define __ASM_PIPE_H
-
-#ifndef PAGE_SIZE
-#include <asm/page.h>
-#endif
-
-#define PIPE_BUF	PAGE_SIZE
-
-#endif
-
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: remove unused <asm/limits.h>
@ 2019-03-22 13:55 Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2019-03-22 13:55 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Masahiro Yamada, Russell King, linux-kernel

No one includes this.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/include/asm/limits.h | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 arch/arm/include/asm/limits.h

diff --git a/arch/arm/include/asm/limits.h b/arch/arm/include/asm/limits.h
deleted file mode 100644
index ab15937..0000000
--- a/arch/arm/include/asm/limits.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ASM_PIPE_H
-#define __ASM_PIPE_H
-
-#ifndef PAGE_SIZE
-#include <asm/page.h>
-#endif
-
-#define PIPE_BUF	PAGE_SIZE
-
-#endif
-
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-29 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29 15:44 [PATCH] ARM: remove unused <asm/limits.h> Masahiro Yamada
2019-03-29 20:41 ` Mukesh Ojha
  -- strict thread matches above, loose matches on Subject: below --
2019-03-29 15:52 Masahiro Yamada
2019-03-22 13:55 Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).