aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2012-04-12 14:25:50 -0700
committerConley Owens <cco3@android.com>2012-04-12 14:25:50 -0700
commitf6bacdc36d45edf1e6ed8ee5aee0ad5943b9bc11 (patch)
treec91cd4298b475f5f337e26571dffaf3e96aa1664
parentbce007aa754159a3c4b3894c581c53940ebc2e08 (diff)
downloadsource.android.com-f6bacdc36d45edf1e6ed8ee5aee0ad5943b9bc11.tar.gz
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
-rw-r--r--src/source/initializing.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/source/initializing.md b/src/source/initializing.md
index 8e8bf8b8..b3d0d518 100644
--- a/src/source/initializing.md
+++ b/src/source/initializing.md
@@ -101,14 +101,6 @@ guaranteed to work on branches other than master.
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),