Remove notes about fixing a kernel header

These are fixed in the 12.04 daily builds and will be when
12.04 is finally released.

Change-Id: I4b0fc219241a981ed31e4155e4b8679fee3a5605
diff --git a/src/source/initializing.md b/src/source/initializing.md
index 8e8bf8b..b3d0d51 100644
--- a/src/source/initializing.md
+++ b/src/source/initializing.md
@@ -101,14 +101,6 @@
       g++-multilib mingw32 openjdk-6-jdk tofrodos python-markdown \
       libxml2-utils xsltproc zlib1g-dev:i386
 
-You may also need to fix a compilation issue in a kernel header:
-
-    $ sudo vim /usr/include/linux/usb/ch9.h  # line 592
-
-    # return le16_to_cpu(epd->wMaxPacketSize);
-    return __le16_to_cpu(epd->wMaxPacketSize);
-
-
 ## Configuring USB Access ##
 
 Under GNU/linux systems (and specifically under Ubuntu systems),