aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2012-04-12 15:41:32 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-04-12 15:41:32 -0700
commitd6e0c6d014952971e35eac21a317ad1f10a32de6 (patch)
tree4ff6d6028673531400facbc7aa9c75ecee36d12d
parentccb8a16723f21b38d167352bce552368b229355f (diff)
parent3107d7274a56047d5e6e850ebcacdb8875aaa435 (diff)
downloadsource.android.com-d6e0c6d014952971e35eac21a317ad1f10a32de6.tar.gz
am 3107d727: Merge "Remove notes about fixing a kernel header"
* commit '3107d7274a56047d5e6e850ebcacdb8875aaa435': Remove notes about fixing a kernel header
-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 442aa035..8893929b 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),