mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* include/linux/clk.h is betraying its ARM origins
@ 2006-03-22 23:51 Todd Poynor
  2006-03-25 18:15 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Todd Poynor @ 2006-03-22 23:51 UTC (permalink / raw)
  To: linux-kernel

include/linux/clk.h is betraying its ARM origins.

Signed-off-by: Todd Poynor <tpoynor@mvista.com>

---
commit 311a7ea4852b75d1ea3028786ae87333acbbe720
tree e9236b1801719c47aebe8bdcfad6573a1bfd1cce
parent 1c2e02750b992703a8a18634e08b04353face243
author Todd Poynor <tpoynor@mvista.com> Wed, 22 Mar 2006 15:08:12 -0800
committer Todd Poynor <tpoynor@mvista.com> Wed, 22 Mar 2006 15:08:12 -0800

 include/linux/clk.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/clk.h b/include/linux/clk.h
index 12848f8..5ca8c6f 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -8,8 +8,8 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-#ifndef ASMARM_CLOCK_H
-#define ASMARM_CLOCK_H
+#ifndef __LINUX_CLK_H
+#define __LINUX_CLK_H
 
 struct device;
 

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

* Re: include/linux/clk.h is betraying its ARM origins
  2006-03-22 23:51 include/linux/clk.h is betraying its ARM origins Todd Poynor
@ 2006-03-25 18:15 ` Russell King
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2006-03-25 18:15 UTC (permalink / raw)
  To: Todd Poynor; +Cc: linux-kernel

On Wed, Mar 22, 2006 at 03:51:16PM -0800, Todd Poynor wrote:
> include/linux/clk.h is betraying its ARM origins.

Thanks, applied.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

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

end of thread, other threads:[~2006-03-25 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-22 23:51 include/linux/clk.h is betraying its ARM origins Todd Poynor
2006-03-25 18:15 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome