Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md...
[sfrench/cifs-2.6.git] / Documentation / sh / new-machine.txt
index f0354164cb0e4cea15670373b4b3db0e6cf80e42..e0961a66130b0965abb211d34ca20159b47640d1 100644 (file)
@@ -116,7 +116,6 @@ might look something like:
  * arch/sh/boards/vapor/setup.c - Setup code for imaginary board
  */
 #include <linux/init.h>
-#include <asm/rtc.h> /* for board_time_init() */
 
 const char *get_system_type(void)
 {
@@ -132,13 +131,6 @@ int __init platform_setup(void)
         * this board.
         */
 
-       /* 
-        * Presume all FooTech boards have the same broken timer,
-        * and also presume that we've defined foo_timer_init to
-        * do something useful.
-        */
-       board_time_init = foo_timer_init;
-
        /* Start-up imaginary PCI ... */
 
        /* And whatever else ... */