2014-10-28 17:14:18

by Ezequiel Garcia

[permalink] [raw]
Subject: [PATCH] misc: Remove unused fuse/Makefile

This commit:

commit 783c8f4c84451bc444e314a71b447239c6ef6fd9
Author: Peter De Schrijver <[email protected]>
Date: Thu Jun 12 18:36:37 2014 +0300

soc/tegra: Add efuse driver for Tegra

introduced a fuse driver in drivers/soc. While at it, an unused file
drivers/misc/fuse/Makefile sneaked in, apparently as a left over from
a previous series. Remove it.

Signed-off-by: Ezequiel Garcia <[email protected]>
---
drivers/misc/fuse/Makefile | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 drivers/misc/fuse/Makefile

diff --git a/drivers/misc/fuse/Makefile b/drivers/misc/fuse/Makefile
deleted file mode 100644
index 0679c4f..0000000
--- a/drivers/misc/fuse/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-obj-$(CONFIG_ARCH_TEGRA) += tegra/
--
2.1.0


2014-11-18 16:02:04

by Ezequiel Garcia

[permalink] [raw]
Subject: Re: [PATCH] misc: Remove unused fuse/Makefile

(increasing CC list)

On 10/28/2014 02:12 PM, Ezequiel Garcia wrote:
> This commit:
>
> commit 783c8f4c84451bc444e314a71b447239c6ef6fd9
> Author: Peter De Schrijver <[email protected]>
> Date: Thu Jun 12 18:36:37 2014 +0300
>
> soc/tegra: Add efuse driver for Tegra
>
> introduced a fuse driver in drivers/soc. While at it, an unused file
> drivers/misc/fuse/Makefile sneaked in, apparently as a left over from
> a previous series. Remove it.
>
> Signed-off-by: Ezequiel Garcia <[email protected]>
> ---
> drivers/misc/fuse/Makefile | 1 -
> 1 file changed, 1 deletion(-)
> delete mode 100644 drivers/misc/fuse/Makefile
>
> diff --git a/drivers/misc/fuse/Makefile b/drivers/misc/fuse/Makefile
> deleted file mode 100644
> index 0679c4f..0000000
> --- a/drivers/misc/fuse/Makefile
> +++ /dev/null
> @@ -1 +0,0 @@
> -obj-$(CONFIG_ARCH_TEGRA) += tegra/
>

--
Ezequiel Garcia, VanguardiaSur
http://www.vanguardiasur.com.ar

2014-11-18 21:43:40

by Thierry Reding

[permalink] [raw]
Subject: Re: [PATCH] misc: Remove unused fuse/Makefile

On November 18, 2014 5:02:14 PM Ezequiel Garcia
<[email protected]> wrote:
> (increasing CC list)
>
> On 10/28/2014 02:12 PM, Ezequiel Garcia wrote:
> > This commit:
> >
> > commit 783c8f4c84451bc444e314a71b447239c6ef6fd9
> > Author: Peter De Schrijver <[email protected]>
> > Date: Thu Jun 12 18:36:37 2014 +0300
> >
> > soc/tegra: Add efuse driver for Tegra
> >
> > introduced a fuse driver in drivers/soc. While at it, an unused file
> > drivers/misc/fuse/Makefile sneaked in, apparently as a left over from
> > a previous series. Remove it.
> >
> > Signed-off-by: Ezequiel Garcia <[email protected]>
> > ---
> > drivers/misc/fuse/Makefile | 1 -
> > 1 file changed, 1 deletion(-)
> > delete mode 100644 drivers/misc/fuse/Makefile
> >
> > diff --git a/drivers/misc/fuse/Makefile b/drivers/misc/fuse/Makefile
> > deleted file mode 100644
> > index 0679c4f..0000000
> > --- a/drivers/misc/fuse/Makefile
> > +++ /dev/null
> > @@ -1 +0,0 @@
> > -obj-$(CONFIG_ARCH_TEGRA) += tegra/
> >

I sent the same patch a couple of days ago, so:

Acked-by: Thierry Reding <[email protected]>

--
nvpublic