Move mkdir /data/nfc/... to rootdir init.rc

These are directories used by the system so they should be created by
the system.

Test: treehugger
Change-Id: I4c404f8e77253ee074016105619d7375edc73055
diff --git a/init.bullhead.rc b/init.bullhead.rc
index a85712d..4127607 100644
--- a/init.bullhead.rc
+++ b/init.bullhead.rc
@@ -227,9 +227,7 @@
     mkdir /data/connectivity 0771 system system
 
     # NFC: create data/nfc for nv storage
-    mkdir /data/nfc 0770 nfc nfc
     mkdir /data/vendor/nfc 0770 nfc nfc
-    mkdir /data/nfc/param 0770 nfc nfc
 
     # use qcril.db to handle Ecc and load MBN
     copy /system/etc/qcril.db /data/misc/radio/qcril.db