Skip to content

Commit

Permalink
include/linux/clk.h is betraying its ARM origins
Browse files Browse the repository at this point in the history
include/linux/clk.h is betraying its ARM origins.

Signed-off-by: Todd Poynor <tpoynor@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Todd Poynor authored and Russell King committed Mar 25, 2006
1 parent 9c42954 commit 686f8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 686f8c5

Please sign in to comment.