On Thu, Mar 07, 2013 at 10:14:19AM +0900, Kukjin Kim wrote: > Russell King - ARM Linux wrote: > > And deleting entries from it is pointless if they've ever been in the > > kernel. > > OK, I see and agree. The issue is that the database system "locks" an entry into the file as soon as support is merged into mainline for the platform. The reason for this is that as soon as the support gets merged into a kernel verison, that symbol is then referenced. If anyone goes to the website to download a new copy of the file, it then must continue to contain that symbol because they may be using the file with any kernel version - maybe a version of the kernel with your platform support in - and maybe they're using something that references the generated ID/macros from your entry. Updates to the file in the mainline kernel are merely re-downloads of the file from the website and committed. So, deleting entries once used in mainline is extremely problematical. If someone commits such a patch, my next update from the website/database to the file will put it back. Hence the problem. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html