linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] #if 0 hpet_unregister()
@ 2008-03-01 16:23 Adrian Bunk
  2008-03-03 16:49 ` Clemens Ladisch
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Bunk @ 2008-03-01 16:23 UTC (permalink / raw)
  To: clemens; +Cc: linux-kernel

This patch #if 0's the unused hpet_unregister().

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 drivers/char/hpet.c |    2 ++
 1 file changed, 2 insertions(+)

addfb1ea425cb7e01ddd99fd921c6ca42cc6840b foobar
diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c
index 465ad35..98ffdcc 100644
--- a/drivers/char/hpet.c
+++ b/drivers/char/hpet.c
@@ -619,6 +619,7 @@ static inline int hpet_tpcheck(struct hpet_task *tp)
 	return -ENXIO;
 }
 
+#if 0
 int hpet_unregister(struct hpet_task *tp)
 {
 	struct hpet_dev *devp;
@@ -648,6 +649,7 @@ int hpet_unregister(struct hpet_task *tp)
 
 	return 0;
 }
+#endif  /*  0  */
 
 static ctl_table hpet_table[] = {
 	{


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

* Re: [2.6 patch] #if 0 hpet_unregister()
  2008-03-01 16:23 [2.6 patch] #if 0 hpet_unregister() Adrian Bunk
@ 2008-03-03 16:49 ` Clemens Ladisch
  0 siblings, 0 replies; 7+ messages in thread
From: Clemens Ladisch @ 2008-03-03 16:49 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

Adrian Bunk wrote:
> This patch #if 0's the unused hpet_unregister().

Acked-by: Clemens Ladisch <clemens@ladisch.de>

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

* Re: [2.6 patch] #if 0 hpet_unregister()
  2008-05-05 18:28 Adrian Bunk
@ 2008-05-05 20:33 ` Carlos R. Mafra
  0 siblings, 0 replies; 7+ messages in thread
From: Carlos R. Mafra @ 2008-05-05 20:33 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Thomas Gleixner, Clemens Ladisch, linux-kernel, Andrew Morton

On Mon  5.May'08 at 21:28:53 +0300, Adrian Bunk wrote:
> This patch #if 0's the unused hpet_unregister().
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> Acked-by: Clemens Ladisch <clemens@ladisch.de>

Hm...what about Documentation/hpet.txt, where it is written:

The kernel API has three interfaces exported from the driver:

	hpet_register(struct hpet_task *tp, int periodic)
	hpet_unregister(struct hpet_task *tp)
	hpet_control(struct hpet_task *tp, unsigned int cmd, unsigned long arg)

Maybe someone could update that file too, to help anyone who wants to
learn about hpet ( hpet_register(...) and hpet_control(...) don't even
exist anymore in the kernel)

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

* [2.6 patch] #if 0 hpet_unregister()
@ 2008-05-05 18:28 Adrian Bunk
  2008-05-05 20:33 ` Carlos R. Mafra
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Bunk @ 2008-05-05 18:28 UTC (permalink / raw)
  To: Thomas Gleixner, Clemens Ladisch; +Cc: linux-kernel, Andrew Morton

This patch #if 0's the unused hpet_unregister().

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Clemens Ladisch <clemens@ladisch.de>

---

This patch has been sent on:
- 23 Apr 2008
- 14 Apr 2008
- 31 Mar 2008
- 1 Mar 2008

 drivers/char/hpet.c |    2 ++
 1 file changed, 2 insertions(+)

addfb1ea425cb7e01ddd99fd921c6ca42cc6840b foobar
diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c
index 465ad35..98ffdcc 100644
--- a/drivers/char/hpet.c
+++ b/drivers/char/hpet.c
@@ -619,6 +619,7 @@ static inline int hpet_tpcheck(struct hpet_task *tp)
 	return -ENXIO;
 }
 
+#if 0
 int hpet_unregister(struct hpet_task *tp)
 {
 	struct hpet_dev *devp;
@@ -648,6 +649,7 @@ int hpet_unregister(struct hpet_task *tp)
 
 	return 0;
 }
+#endif  /*  0  */
 
 static ctl_table hpet_table[] = {
 	{



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

* [2.6 patch] #if 0 hpet_unregister()
@ 2008-04-23  9:50 Adrian Bunk
  0 siblings, 0 replies; 7+ messages in thread
From: Adrian Bunk @ 2008-04-23  9:50 UTC (permalink / raw)
  To: Thomas Gleixner, Clemens Ladisch; +Cc: linux-kernel

This patch #if 0's the unused hpet_unregister().

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Clemens Ladisch <clemens@ladisch.de>

---

This patch has been sent on:
- 14 Apr 2008
- 31 Mar 2008
- 1 Mar 2008

 drivers/char/hpet.c |    2 ++
 1 file changed, 2 insertions(+)

addfb1ea425cb7e01ddd99fd921c6ca42cc6840b foobar
diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c
index 465ad35..98ffdcc 100644
--- a/drivers/char/hpet.c
+++ b/drivers/char/hpet.c
@@ -619,6 +619,7 @@ static inline int hpet_tpcheck(struct hpet_task *tp)
 	return -ENXIO;
 }
 
+#if 0
 int hpet_unregister(struct hpet_task *tp)
 {
 	struct hpet_dev *devp;
@@ -648,6 +649,7 @@ int hpet_unregister(struct hpet_task *tp)
 
 	return 0;
 }
+#endif  /*  0  */
 
 static ctl_table hpet_table[] = {
 	{



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

* [2.6 patch] #if 0 hpet_unregister()
@ 2008-04-14 18:41 Adrian Bunk
  0 siblings, 0 replies; 7+ messages in thread
From: Adrian Bunk @ 2008-04-14 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Clemens Ladisch

This patch #if 0's the unused hpet_unregister().

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Clemens Ladisch <clemens@ladisch.de>

---

This patch has been sent on:
- 31 Mar 2008
- 1 Mar 2008

 drivers/char/hpet.c |    2 ++
 1 file changed, 2 insertions(+)

addfb1ea425cb7e01ddd99fd921c6ca42cc6840b foobar
diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c
index 465ad35..98ffdcc 100644
--- a/drivers/char/hpet.c
+++ b/drivers/char/hpet.c
@@ -619,6 +619,7 @@ static inline int hpet_tpcheck(struct hpet_task *tp)
 	return -ENXIO;
 }
 
+#if 0
 int hpet_unregister(struct hpet_task *tp)
 {
 	struct hpet_dev *devp;
@@ -648,6 +649,7 @@ int hpet_unregister(struct hpet_task *tp)
 
 	return 0;
 }
+#endif  /*  0  */
 
 static ctl_table hpet_table[] = {
 	{



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

* [2.6 patch] #if 0 hpet_unregister()
@ 2008-03-30 23:12 Adrian Bunk
  0 siblings, 0 replies; 7+ messages in thread
From: Adrian Bunk @ 2008-03-30 23:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Clemens Ladisch

This patch #if 0's the unused hpet_unregister().

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Clemens Ladisch <clemens@ladisch.de>

---

This patch has been sent on:
- 1 Mar 2008

 drivers/char/hpet.c |    2 ++
 1 file changed, 2 insertions(+)

addfb1ea425cb7e01ddd99fd921c6ca42cc6840b foobar
diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c
index 465ad35..98ffdcc 100644
--- a/drivers/char/hpet.c
+++ b/drivers/char/hpet.c
@@ -619,6 +619,7 @@ static inline int hpet_tpcheck(struct hpet_task *tp)
 	return -ENXIO;
 }
 
+#if 0
 int hpet_unregister(struct hpet_task *tp)
 {
 	struct hpet_dev *devp;
@@ -648,6 +649,7 @@ int hpet_unregister(struct hpet_task *tp)
 
 	return 0;
 }
+#endif  /*  0  */
 
 static ctl_table hpet_table[] = {
 	{


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

end of thread, other threads:[~2008-05-05 20:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-01 16:23 [2.6 patch] #if 0 hpet_unregister() Adrian Bunk
2008-03-03 16:49 ` Clemens Ladisch
2008-03-30 23:12 Adrian Bunk
2008-04-14 18:41 Adrian Bunk
2008-04-23  9:50 Adrian Bunk
2008-05-05 18:28 Adrian Bunk
2008-05-05 20:33 ` Carlos R. Mafra

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).