ARM: dts: logicpd-som-lv: Enable Touchscreen controller
[linux-2.6-microblaze.git] / scripts / bloat-o-meter
index ce129e6..a923f05 100755 (executable)
@@ -31,7 +31,7 @@ def getsizes(file, format):
                 # strip generated symbols
                 if name.startswith("__mod_"): continue
                 if name.startswith("__se_sys"): continue
-                if name.startswith("compat_SyS_"): continue
+                if name.startswith("__se_compat_sys"): continue
                 if name == "linux_banner": continue
                 # statics and some other optimizations adds random .NUMBER
                 name = re_NUMBER.sub('', name)