Revision: 2663
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2663
Author: robertmh
Date: 2009-10-26 18:06:23 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
2009-10-26 Robert Millan <[email protected]>
* disk/scsi.c: Remove `<grub/machine/kernel.h>' (not needed).
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/disk/scsi.c
Property Changed:
----------------
trunk/grub2/
Property changes on: trunk/grub2
___________________________________________________________________
Modified: bzr:revision-info
- timestamp: 2009-10-26 19:04:23.016999960 +0100
committer: Robert Millan <[email protected]>
properties:
branch-nick: trunk
+ timestamp: 2009-10-26 19:06:08.506999969 +0100
committer: Robert Millan <[email protected]>
properties:
branch-nick: trunk
Modified: bzr:revision-id:v3-single1-dHJ1bmsvZ3J1YjI.
- 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]
1778 [email protected]
1779 [email protected]
1780 [email protected]
1781 [email protected]
1784 [email protected]
1785 [email protected]
1786 [email protected]
+ 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]
1778 [email protected]
1779 [email protected]
1780 [email protected]
1781 [email protected]
1784 [email protected]
1785 [email protected]
1786 [email protected]
1787 [email protected]
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-10-26 18:04:37 UTC (rev 2662)
+++ trunk/grub2/ChangeLog 2009-10-26 18:06:23 UTC (rev 2663)
@@ -1,5 +1,9 @@
2009-10-26 Robert Millan <[email protected]>
+ * disk/scsi.c: Remove `<grub/machine/kernel.h>' (not needed).
+
+2009-10-26 Robert Millan <[email protected]>
+
* gensymlist.sh.in (COMPILE_TIME_ASSERT): Copy macro declaration
from here ...
* include/grub/misc.h (COMPILE_TIME_ASSERT): ... to here.
Modified: trunk/grub2/disk/scsi.c
===================================================================
--- trunk/grub2/disk/scsi.c 2009-10-26 18:04:37 UTC (rev 2662)
+++ trunk/grub2/disk/scsi.c 2009-10-26 18:06:23 UTC (rev 2663)
@@ -23,7 +23,6 @@
#include <grub/misc.h>
#include <grub/mm.h>
#include <grub/types.h>
-#include <grub/machine/kernel.h>
#include <grub/scsi.h>
#include <grub/scsicmd.h>