Stop carrying around the include/linux/unaligned stuff
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 12 Jan 2010 02:21:26 +0000 (18:21 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 12 Jan 2010 02:21:26 +0000 (18:21 -0800)
The compat module will take care of that for us now.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/admin-update.sh

index d25466b96c7026386e8c48d97fff13819b3ffd14..7fecccf2f4cdc05277305bac9ba32ffa7fb5174c 100755 (executable)
@@ -223,11 +223,6 @@ done
 # Top level wireless driver Makefile
 cp $GIT_TREE/$DIR/Makefile $DIR
 
-DIR="include/linux/unaligned"
-echo "Copying $GIT_TREE/$DIR/*"
-cp $GIT_TREE/$DIR/* $DIR
-
-
 # Compat stuff
 COMPAT="compat"
 mkdir -p $COMPAT